#9DD0EB

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

Shades of Sail #9DD0EB

Tints of Sail #9DD0EB

Color information

#9DD0EB (or 0x9DD0EB) is unknown color: approx Sail. HEX triplet: 9D, D0 and EB. RGB value is (157,208,235). Sum of RGB (Red+Green+Blue) = 157+208+235=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0EB is #622F14. Grayscale: #C3C3C3. Windows color (decimal): -6434581 or 15454365. OLE color: 15454365.

HSL color Cylindrical-coordinate representation of color #9DD0EB: hue angle of 200.77º 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 #9DD0EB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157208235-
CMYK0.330.1100.08
HSL200.77º66.1%76.86%-
HSV(B)200.77º33.19%92.16%-
XYZ51.4658.2887.13-
YUV195.83150.1100.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.17%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=26.17%
G=34.67%
B=39.17%

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
Decimal1572082350.330.1100.08200.7766.176.86
Hex9DD0EB21B08c9424d
Octal2353203534113010311102115
Binary1001110111010000111010111000011011010001100100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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