#9DCBF2

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

Shades of Sail #9DCBF2

Tints of Sail #9DCBF2

Color information

#9DCBF2 (or 0x9DCBF2) is unknown color: approx Sail. HEX triplet: 9D, CB and F2. RGB value is (157,203,242). Sum of RGB (Red+Green+Blue) = 157+203+242=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBF2 is #62340D. Grayscale: #C1C1C1. Windows color (decimal): -6435854 or 15911837. OLE color: 15911837.

HSL color Cylindrical-coordinate representation of color #9DCBF2: hue angle of 207.53º 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 #9DCBF2 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157203242-
CMYK0.350.1600.05
HSL207.53º76.58%78.24%-
HSV(B)207.53º35.12%94.9%-
XYZ51.2956.2992.17-
YUV193.69155.26101.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=26.08%
G=33.72%
B=40.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572032420.350.1600.05207.5376.5878.24
Hex9DCBF2231005d04d4e
Octal235313362432005320115116
Binary1001110111001011111100101000111000001011101000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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