#9DD1EE

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

Shades of Sail #9DD1EE

Tints of Sail #9DD1EE

Color information

#9DD1EE (or 0x9DD1EE) is unknown color: approx Sail. HEX triplet: 9D, D1 and EE. RGB value is (157,209,238). Sum of RGB (Red+Green+Blue) = 157+209+238=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DD1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD1EE is #622E11. Grayscale: #C4C4C4. Windows color (decimal): -6434322 or 15651229. OLE color: 15651229.

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

Color convert

RGB157209238-
CMYK0.340.1200.07
HSL201.48º70.43%77.45%-
HSV(B)201.48º34.03%93.33%-
XYZ52.1458.9489.52-
YUV196.76151.2799.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=25.99%
G=34.60%
B=39.40%

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
Decimal1572092380.340.1200.07201.4870.4377.45
Hex9DD1EE22C07c9464d
Octal235321356421407311106115
Binary100111011101000111101110100010110001111100100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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