#9DC4EF

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

Shades of Sail #9DC4EF

Tints of Sail #9DC4EF

Color information

#9DC4EF (or 0x9DC4EF) is unknown color: approx Sail. HEX triplet: 9D, C4 and EF. RGB value is (157,196,239). Sum of RGB (Red+Green+Blue) = 157+196+239=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC4EF is #623B10. Grayscale: #BDBDBD. Windows color (decimal): -6437649 or 15713437. OLE color: 15713437.

HSL color Cylindrical-coordinate representation of color #9DC4EF: hue angle of 211.46º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC4EF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157196239-
CMYK0.340.1800.06
HSL211.46º71.93%77.65%-
HSV(B)211.46º34.31%93.73%-
XYZ49.2252.8889.27-
YUV189.24156.08105-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=26.52%
G=33.11%
B=40.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571962390.340.1800.06211.4671.9377.65
Hex9DC4EF221206d3484e
Octal235304357422206323110116
Binary1001110111000100111011111000101001001101101001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,196,239); }

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

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

 a { background-color: rgb(157,196,239); }

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

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

 span { border-color: rgb(157,196,239); }

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