#9DCAEC

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

Shades of Sail #9DCAEC

Tints of Sail #9DCAEC

Color information

#9DCAEC (or 0x9DCAEC) is unknown color: approx Sail. HEX triplet: 9D, CA and EC. RGB value is (157,202,236). Sum of RGB (Red+Green+Blue) = 157+202+236=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAEC is #623513. Grayscale: #C0C0C0. Windows color (decimal): -6436116 or 15518365. OLE color: 15518365.

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

Color convert

RGB157202236-
CMYK0.330.1400.07
HSL205.82º67.52%77.06%-
HSV(B)205.82º33.47%92.55%-
XYZ50.1755.4787.42-
YUV192.42152.59102.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=26.39%
G=33.95%
B=39.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572022360.330.1400.07205.8267.5277.06
Hex9DCAEC21E07ce444d
Octal235312354411607316104115
Binary100111011100101011101100100001111001111100111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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