#9DCAF2

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

Shades of Sail #9DCAF2

Tints of Sail #9DCAF2

Color information

#9DCAF2 (or 0x9DCAF2) is unknown color: approx Sail. HEX triplet: 9D, CA and F2. RGB value is (157,202,242). Sum of RGB (Red+Green+Blue) = 157+202+242=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAF2 is #62350D. Grayscale: #C0C0C0. Windows color (decimal): -6436110 or 15911581. OLE color: 15911581.

HSL color Cylindrical-coordinate representation of color #9DCAF2: hue angle of 208.24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DCAF2 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157202242-
CMYK0.350.1700.05
HSL208.24º76.58%78.24%-
HSV(B)208.24º35.12%94.9%-
XYZ51.0555.8292.09-
YUV193.1155.59102.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=26.12%
G=33.61%
B=40.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572022420.350.1700.05208.2476.5878.24
Hex9DCAF2231105d04d4e
Octal235312362432105320115116
Binary1001110111001010111100101000111000101011101000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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