#9DCEEB

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

Shades of Sail #9DCEEB

Tints of Sail #9DCEEB

Color information

#9DCEEB (or 0x9DCEEB) is unknown color: approx Sail. HEX triplet: 9D, CE and EB. RGB value is (157,206,235). Sum of RGB (Red+Green+Blue) = 157+206+235=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEB is #623114. Grayscale: #C2C2C2. Windows color (decimal): -6435093 or 15453853. OLE color: 15453853.

HSL color Cylindrical-coordinate representation of color #9DCEEB: hue angle of 202.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCEEB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157206235-
CMYK0.330.1200.08
HSL202.31º66.1%76.86%-
HSV(B)202.31º33.19%92.16%-
XYZ50.9757.3186.97-
YUV194.66150.77101.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=26.25%
G=34.45%
B=39.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572062350.330.1200.08202.3166.176.86
Hex9DCEEB21C08ca424d
Octal2353163534114010312102115
Binary1001110111001110111010111000011100010001100101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,235); }

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

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

 a { background-color: rgb(157,206,235); }

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

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

 span { border-color: rgb(157,206,235); }

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