#9DD1EC

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

Shades of Sail #9DD1EC

Tints of Sail #9DD1EC

Color information

#9DD1EC (or 0x9DD1EC) is unknown color: approx Sail. HEX triplet: 9D, D1 and EC. RGB value is (157,209,236). Sum of RGB (Red+Green+Blue) = 157+209+236=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD1EC is #622E13. Grayscale: #C4C4C4. Windows color (decimal): -6434324 or 15520157. OLE color: 15520157.

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

Color convert

RGB157209236-
CMYK0.330.1100.07
HSL200.51º67.52%77.06%-
HSV(B)200.51º33.47%92.55%-
XYZ51.8558.8387.98-
YUV196.53150.2799.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=26.08%
G=34.72%
B=39.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572092360.330.1100.07200.5167.5277.06
Hex9DD1EC21B07c9444d
Octal235321354411307311104115
Binary100111011101000111101100100001101101111100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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