Html Css Color HEX #9EC4DE Sail

📋 copy color: '#9EC4DE'

red 158 ◦ green 196 ◦ blue 222

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

Shades of Sail #9EC4DE

Tints of Sail #9EC4DE

RGB

 RED value IS 158 (62.11% from 255) = 27.43%

 GREEN value IS 196 (76.95% from 255) = 34.03%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 27.43%
G = 34.03%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EC4DE (or 0x9EC4DE) is known color: Sail. HEX triplet: 9E, C4 and DE. RGB value is (158,196,222). Sum of RGB (Red+Green+Blue) = 158+196+222=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC4DE is #613B21. Grayscale: #BBBBBB. Windows color (decimal): -6372130 or 14599326. OLE color: 14599326.

HSL color Cylindrical-coordinate representation of color #9EC4DE: hue angle of 204.38º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC4DE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 196 222 -
CMYK 0.29 0.12 0 0.13
HSL 204.38º 0.49% 0.75% -
HSV(B) 204.38º 0.29% 0.87% -
XYZ 47.03 52.02 76.67 -
YUV 187.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 158 196 222 0.29 0.12 0 0.13 204.38 0.49 0.75
Hex 9E C4 DE 1D C 0 D CC 31 4B
Octal 236 304 336 35 14 0 15 314 61 113
Binary 10011110 11000100 11011110 11101 1100 0 1101 11001100 110001 1001011

Color Harmonies of #9EC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC4DE

Black with #9EC4DE

Text Example


Text Example

White with #9EC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,222); }

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

background-color css

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

 a { background-color: rgb(158,196,222); }

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

border-color css

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

 span { border-color: rgb(158,196,222); }

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