#9DCFEC

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

Shades of Sail #9DCFEC

Tints of Sail #9DCFEC

Color information

#9DCFEC (or 0x9DCFEC) is unknown color: approx Sail. HEX triplet: 9D, CF and EC. RGB value is (157,207,236). Sum of RGB (Red+Green+Blue) = 157+207+236=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFEC is #623013. Grayscale: #C3C3C3. Windows color (decimal): -6434836 or 15519645. OLE color: 15519645.

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

Color convert

RGB157207236-
CMYK0.330.1200.07
HSL202.03º67.52%77.06%-
HSV(B)202.03º33.47%92.55%-
XYZ51.3657.8587.82-
YUV195.36150.94100.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.17%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=26.17%
G=34.5%
B=39.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572072360.330.1200.07202.0367.5277.06
Hex9DCFEC21C07ca444d
Octal235317354411407312104115
Binary100111011100111111101100100001110001111100101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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