Html Css Color HEX #9EC9EF Sail

📋 copy color: '#9EC9EF'

red 158 ◦ green 201 ◦ blue 239

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

Shades of Sail #9EC9EF

Tints of Sail #9EC9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.61%

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

R = 26.42%
G = 33.61%
B = 39.97%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EC9EF (or 0x9EC9EF) is known color: Sail. HEX triplet: 9E, C9 and EF. RGB value is (158,201,239). Sum of RGB (Red+Green+Blue) = 158+201+239=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC9EF is #613610. Grayscale: #C0C0C0. Windows color (decimal): -6370833 or 15714718. OLE color: 15714718.

HSL color Cylindrical-coordinate representation of color #9EC9EF: hue angle of 208.15º 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 #9EC9EF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 201 239 -
CMYK 0.34 0.16 0 0.06
HSL 208.15º 0.72% 0.78% -
HSV(B) 208.15º 0.34% 0.94% -
XYZ 50.57 55.27 89.67 -
YUV 192.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 158 201 239 0.34 0.16 0 0.06 208.15 0.72 0.78
Hex 9E C9 EF 22 10 0 6 D0 48 4E
Octal 236 311 357 42 20 0 6 320 110 116
Binary 10011110 11001001 11101111 100010 10000 0 110 11010000 1001000 1001110

Color Harmonies of #9EC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC9EF

Black with #9EC9EF

Text Example


Text Example

White with #9EC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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