#9DC6E9

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

Shades of Sail #9DC6E9

Tints of Sail #9DC6E9

Color information

#9DC6E9 (or 0x9DC6E9) is unknown color: approx Sail. HEX triplet: 9D, C6 and E9. RGB value is (157,198,233). Sum of RGB (Red+Green+Blue) = 157+198+233=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DC6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6E9 is #623916. Grayscale: #BDBDBD. Windows color (decimal): -6437143 or 15320733. OLE color: 15320733.

HSL color Cylindrical-coordinate representation of color #9DC6E9: hue angle of 207.63º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC6E9 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157198233-
CMYK0.330.1500.09
HSL207.63º63.33%76.47%-
HSV(B)207.63º32.62%91.37%-
XYZ48.8153.4484.83-
YUV189.73152.42104.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=26.70%
G=33.67%
B=39.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571982330.330.1500.09207.6363.3376.47
Hex9DC6E921F09d03f4c
Octal235306351411701132077114
Binary100111011100011011101001100001111101001110100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,233); }

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

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

 a { background-color: rgb(157,198,233); }

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

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

 span { border-color: rgb(157,198,233); }

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