#9EC8EE

Color #9EC8EE Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9EC8EE

Tints of Sail #9EC8EE

Color information

#9EC8EE (or 0x9EC8EE) is unknown color: approx Sail. HEX triplet: 9E, C8 and EE. RGB value is (158,200,238). Sum of RGB (Red+Green+Blue) = 158+200+238=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC8EE is #613711. Grayscale: #BFBFBF. Windows color (decimal): -6371090 or 15648926. OLE color: 15648926.

HSL color Cylindrical-coordinate representation of color #9EC8EE: hue angle of 208.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC8EE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158200238-
CMYK0.340.1600.07
HSL208.5º70.18%77.65%-
HSV(B)208.5º33.61%93.33%-
XYZ50.1954.7588.81-
YUV191.77154.09103.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=26.51%
G=33.56%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582002380.340.1600.07208.570.1877.65
Hex9EC8EE221007d0464e
Octal236310356422007320106116
Binary1001111011001000111011101000101000001111101000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC8EE;
 }
 .AnyTagClassName
 {
   color: #9EC8EE;
 }
</style>
background-color css

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

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

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

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

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

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