#9CC7F1

Color #9CC7F1 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9CC7F1

Tints of Sail #9CC7F1

Color information

#9CC7F1 (or 0x9CC7F1) is unknown color: approx Sail. HEX triplet: 9C, C7 and F1. RGB value is (156,199,241). Sum of RGB (Red+Green+Blue) = 156+199+241=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CC7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC7F1 is #63380E. Grayscale: #BEBEBE. Windows color (decimal): -6502415 or 15845276. OLE color: 15845276.

HSL color Cylindrical-coordinate representation of color #9CC7F1: hue angle of 209.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC7F1 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156199241-
CMYK0.350.1700.05
HSL209.65º75.22%77.84%-
HSV(B)209.65º35.27%94.51%-
XYZ50.0154.2791.06-
YUV190.93156.25103.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=26.17%
G=33.39%
B=40.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561992410.350.1700.05209.6575.2277.84
Hex9CC7F1231105d24b4e
Octal234307361432105322113116
Binary1001110011000111111100011000111000101011101001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC7F1; }

 p { color: rgb(156,199,241); }

 H1.HeaderClassName
 {
   color: #9CC7F1;
 }
 .AnyTagClassName
 {
   color: #9CC7F1;
 }
</style>
background-color css

<style>
 a { background-color: #9CC7F1; }

 a { background-color: rgb(156,199,241); }

 div.DivClassName
 {
   background-color: #9CC7F1;
 }
 .BgClassName
 {
   background-color: #9CC7F1;
 }
</style>
border-color css

<style>
 span { border-color: #9CC7F1; }

 span { border-color: rgb(156,199,241); }

 td.TdClassName
 {
   border-color: #9CC7F1;
 }
 .TagClassName
 {
   border-color: #9CC7F1;
 }
</style>