#9DCEF9

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

Shades of Sail #9DCEF9

Tints of Sail #9DCEF9

Color information

#9DCEF9 (or 0x9DCEF9) is unknown color: approx Sail. HEX triplet: 9D, CE and F9. RGB value is (157,206,249). Sum of RGB (Red+Green+Blue) = 157+206+249=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DCEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEF9 is #623106. Grayscale: #C4C4C4. Windows color (decimal): -6435079 or 16371357. OLE color: 16371357.

HSL color Cylindrical-coordinate representation of color #9DCEF9: hue angle of 208.04º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCEF9 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157206249-
CMYK0.370.1700.02
HSL208.04º88.46%79.61%-
HSV(B)208.04º36.95%97.65%-
XYZ53.0758.1598.05-
YUV196.25157.77100-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.65%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=25.65%
G=33.66%
B=40.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572062490.370.1700.02208.0488.4679.61
Hex9DCEF9251102d05850
Octal235316371452102320130120
Binary100111011100111011111001100101100010101101000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,249); }

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

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

 a { background-color: rgb(157,206,249); }

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

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

 span { border-color: rgb(157,206,249); }

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