#9DD0EC

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

Shades of Sail #9DD0EC

Tints of Sail #9DD0EC

Color information

#9DD0EC (or 0x9DD0EC) is unknown color: approx Sail. HEX triplet: 9D, D0 and EC. RGB value is (157,208,236). Sum of RGB (Red+Green+Blue) = 157+208+236=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0EC is #622F13. Grayscale: #C3C3C3. Windows color (decimal): -6434580 or 15519901. OLE color: 15519901.

HSL color Cylindrical-coordinate representation of color #9DD0EC: hue angle of 201.27º degrees, saturation: 0.68, 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 #9DD0EC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157208236-
CMYK0.330.1200.07
HSL201.27º67.52%77.06%-
HSV(B)201.27º33.47%92.55%-
XYZ51.658.3487.9-
YUV195.94150.6100.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=26.12%
G=34.61%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572082360.330.1200.07201.2767.5277.06
Hex9DD0EC21C07c9444d
Octal235320354411407311104115
Binary100111011101000011101100100001110001111100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,236); }

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

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

 a { background-color: rgb(157,208,236); }

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

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

 span { border-color: rgb(157,208,236); }

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