Html Css Color HEX #9ECEEF Sail

📋 copy color: '#9ECEEF'

red 158 ◦ green 206 ◦ blue 239

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

Shades of Sail #9ECEEF

Tints of Sail #9ECEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.16%

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 26.2%
G = 34.16%
B = 39.64%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ECEEF (or 0x9ECEEF) is known color: Sail. HEX triplet: 9E, CE and EF. RGB value is (158,206,239). Sum of RGB (Red+Green+Blue) = 158+206+239=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEEF is #613110. Grayscale: #C3C3C3. Windows color (decimal): -6369553 or 15715998. OLE color: 15715998.

HSL color Cylindrical-coordinate representation of color #9ECEEF: hue angle of 204.44º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECEEF is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 206 239 -
CMYK 0.34 0.14 0 0.06
HSL 204.44º 0.72% 0.78% -
HSV(B) 204.44º 0.34% 0.94% -
XYZ 51.75 57.64 90.06 -
YUV 195.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 158 206 239 0.34 0.14 0 0.06 204.44 0.72 0.78
Hex 9E CE EF 22 E 0 6 CC 48 4E
Octal 236 316 357 42 16 0 6 314 110 116
Binary 10011110 11001110 11101111 100010 1110 0 110 11001100 1001000 1001110

Color Harmonies of #9ECEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEEF

Black with #9ECEEF

Text Example


Text Example

White with #9ECEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,239); }

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

background-color css

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

 a { background-color: rgb(158,206,239); }

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

border-color css

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

 span { border-color: rgb(158,206,239); }

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