Html Css Color HEX #9EC8EF Sail

📋 copy color: '#9EC8EF'

red 158 ◦ green 200 ◦ blue 239

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

Shades of Sail #9EC8EF

Tints of Sail #9EC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

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

R = 26.47%
G = 33.5%
B = 40.03%

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

#9EC8EF (or 0x9EC8EF) is known color: Sail. HEX triplet: 9E, C8 and EF. RGB value is (158,200,239). Sum of RGB (Red+Green+Blue) = 158+200+239=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC8EF is #613710. Grayscale: #BFBFBF. Windows color (decimal): -6371089 or 15714462. OLE color: 15714462.

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

Color convert

RGB 158 200 239 -
CMYK 0.34 0.16 0 0.06
HSL 208.89º 0.72% 0.78% -
HSV(B) 208.89º 0.34% 0.94% -
XYZ 50.33 54.81 89.59 -
YUV 191.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 158 200 239 0.34 0.16 0 0.06 208.89 0.72 0.78
Hex 9E C8 EF 22 10 0 6 D1 48 4E
Octal 236 310 357 42 20 0 6 321 110 116
Binary 10011110 11001000 11101111 100010 10000 0 110 11010001 1001000 1001110

Color Harmonies of #9EC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC8EF

Black with #9EC8EF

Text Example


Text Example

White with #9EC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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