#9ED0E9

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

Shades of Sail #9ED0E9

Tints of Sail #9ED0E9

Color information

#9ED0E9 (or 0x9ED0E9) is unknown color: approx Sail. HEX triplet: 9E, D0 and E9. RGB value is (158,208,233). Sum of RGB (Red+Green+Blue) = 158+208+233=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ED0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0E9 is #612F16. Grayscale: #C3C3C3. Windows color (decimal): -6369047 or 15323294. OLE color: 15323294.

HSL color Cylindrical-coordinate representation of color #9ED0E9: hue angle of 200º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED0E9 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158208233-
CMYK0.320.1100.09
HSL200º63.03%76.67%-
HSV(B)200º32.19%91.37%-
XYZ51.3658.2685.63-
YUV195.9148.94100.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=26.38%
G=34.72%
B=38.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582082330.320.1100.0920063.0376.67
Hex9ED0E920B09c83f4d
Octal236320351401301131077115
Binary100111101101000011101001100000101101001110010001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,233); }

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

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

 a { background-color: rgb(158,208,233); }

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

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

 span { border-color: rgb(158,208,233); }

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