Html Css Color HEX #9CC2EB Sail

📋 copy color: '#9CC2EB'

red 156 ◦ green 194 ◦ blue 235

#9CC2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #9CC2EB

Tints of Sail #9CC2EB

RGB

 RED value IS 156 (61.33% from 255) = 26.67%

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 26.67%
G = 33.16%
B = 40.17%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CC2EB (or 0x9CC2EB) is known color: Sail. HEX triplet: 9C, C2 and EB. RGB value is (156,194,235). Sum of RGB (Red+Green+Blue) = 156+194+235=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EB is #633D14. Grayscale: #BBBBBB. Windows color (decimal): -6503701 or 15450780. OLE color: 15450780.

HSL color Cylindrical-coordinate representation of color #9CC2EB: hue angle of 211.14º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC2EB is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 194 235 -
CMYK 0.34 0.17 0 0.08
HSL 211.14º 0.66% 0.77% -
HSV(B) 211.14º 0.34% 0.92% -
XYZ 48 51.65 86.04 -
YUV 187.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 156 194 235 0.34 0.17 0 0.08 211.14 0.66 0.77
Hex 9C C2 EB 22 11 0 8 D3 42 4D
Octal 234 302 353 42 21 0 10 323 102 115
Binary 10011100 11000010 11101011 100010 10001 0 1000 11010011 1000010 1001101

Color Harmonies of #9CC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC2EB

Black with #9CC2EB

Text Example


Text Example

White with #9CC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,194,235); }

 H1.HeaderClassName
 {
   color: #9CC2EB;
 }
 .AnyTagClassName
 {
   color: #9CC2EB;
 }
</style>

background-color css

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

 a { background-color: rgb(156,194,235); }

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

border-color css

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

 span { border-color: rgb(156,194,235); }

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