#9ED3EC

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

Shades of Sail #9ED3EC

Tints of Sail #9ED3EC

Color information

#9ED3EC (or 0x9ED3EC) is unknown color: approx Sail. HEX triplet: 9E, D3 and EC. RGB value is (158,211,236). Sum of RGB (Red+Green+Blue) = 158+211+236=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ED3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3EC is #612C13. Grayscale: #C5C5C5. Windows color (decimal): -6368276 or 15520670. OLE color: 15520670.

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

Color convert

RGB158211236-
CMYK0.330.1100.07
HSL199.23º67.24%77.25%-
HSV(B)199.23º33.05%92.55%-
XYZ52.5459.9188.15-
YUV198149.4499.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.12%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=26.12%
G=34.88%
B=39.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582112360.330.1100.07199.2367.2477.25
Hex9ED3EC21B07c7434d
Octal236323354411307307103115
Binary100111101101001111101100100001101101111100011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,211,236); }

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

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

 a { background-color: rgb(158,211,236); }

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

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

 span { border-color: rgb(158,211,236); }

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