#9ED0EB

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

Shades of Sail #9ED0EB

Tints of Sail #9ED0EB

Color information

#9ED0EB (or 0x9ED0EB) is unknown color: approx Sail. HEX triplet: 9E, D0 and EB. RGB value is (158,208,235). Sum of RGB (Red+Green+Blue) = 158+208+235=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ED0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0EB is #612F14. Grayscale: #C3C3C3. Windows color (decimal): -6369045 or 15454366. OLE color: 15454366.

HSL color Cylindrical-coordinate representation of color #9ED0EB: hue angle of 201.04º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED0EB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158208235-
CMYK0.330.1100.08
HSL201.04º65.81%77.06%-
HSV(B)201.04º32.77%92.16%-
XYZ51.6558.3887.14-
YUV196.13149.94100.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=26.29%
G=34.61%
B=39.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582082350.330.1100.08201.0465.8177.06
Hex9ED0EB21B08c9424d
Octal2363203534113010311102115
Binary1001111011010000111010111000011011010001100100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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