#9DD2EE

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

Shades of Sail #9DD2EE

Tints of Sail #9DD2EE

Color information

#9DD2EE (or 0x9DD2EE) is unknown color: approx Sail. HEX triplet: 9D, D2 and EE. RGB value is (157,210,238). Sum of RGB (Red+Green+Blue) = 157+210+238=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EE is #622D11. Grayscale: #C5C5C5. Windows color (decimal): -6434066 or 15651485. OLE color: 15651485.

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

Color convert

RGB157210238-
CMYK0.340.1200.07
HSL200.74º70.43%77.45%-
HSV(B)200.74º34.03%93.33%-
XYZ52.3859.4389.6-
YUV197.34150.9499.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=25.95%
G=34.71%
B=39.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572102380.340.1200.07200.7470.4377.45
Hex9DD2EE22C07c9464d
Octal235322356421407311106115
Binary100111011101001011101110100010110001111100100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,238); }

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

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

 a { background-color: rgb(157,210,238); }

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

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

 span { border-color: rgb(157,210,238); }

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