#9DD0F0

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

Shades of Sail #9DD0F0

Tints of Sail #9DD0F0

Color information

#9DD0F0 (or 0x9DD0F0) is unknown color: approx Sail. HEX triplet: 9D, D0 and F0. RGB value is (157,208,240). Sum of RGB (Red+Green+Blue) = 157+208+240=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DD0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0F0 is #622F0F. Grayscale: #C4C4C4. Windows color (decimal): -6434576 or 15782045. OLE color: 15782045.

HSL color Cylindrical-coordinate representation of color #9DD0F0: hue angle of 203.13º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD0F0 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157208240-
CMYK0.350.1300.06
HSL203.13º73.45%77.84%-
HSV(B)203.13º34.58%94.12%-
XYZ52.1958.5790.99-
YUV196.4152.699.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=25.95%
G=34.38%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572082400.350.1300.06203.1373.4577.84
Hex9DD0F023D06cb494e
Octal235320360431506313111116
Binary100111011101000011110000100011110101101100101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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