#9DCFF6

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

Shades of Sail #9DCFF6

Tints of Sail #9DCFF6

Color information

#9DCFF6 (or 0x9DCFF6) is unknown color: approx Sail. HEX triplet: 9D, CF and F6. RGB value is (157,207,246). Sum of RGB (Red+Green+Blue) = 157+207+246=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFF6 is #623009. Grayscale: #C4C4C4. Windows color (decimal): -6434826 or 16175005. OLE color: 16175005.

HSL color Cylindrical-coordinate representation of color #9DCFF6: hue angle of 206.29º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCFF6 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157207246-
CMYK0.360.1600.04
HSL206.29º83.18%79.02%-
HSV(B)206.29º36.18%96.47%-
XYZ52.8558.4595.68-
YUV196.5155.9499.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.74%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=25.74%
G=33.93%
B=40.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572072460.360.1600.04206.2983.1879.02
Hex9DCFF6241004ce534f
Octal235317366442004316123117
Binary1001110111001111111101101001001000001001100111010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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