#9DCFEA

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

Shades of Sail #9DCFEA

Tints of Sail #9DCFEA

Color information

#9DCFEA (or 0x9DCFEA) is unknown color: approx Sail. HEX triplet: 9D, CF and EA. RGB value is (157,207,234). Sum of RGB (Red+Green+Blue) = 157+207+234=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFEA is #623015. Grayscale: #C2C2C2. Windows color (decimal): -6434838 or 15388573. OLE color: 15388573.

HSL color Cylindrical-coordinate representation of color #9DCFEA: hue angle of 201.04º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCFEA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157207234-
CMYK0.330.1200.08
HSL201.04º64.71%76.67%-
HSV(B)201.04º32.91%91.76%-
XYZ51.0757.7386.29-
YUV195.13149.94100.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=26.25%
G=34.62%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572072340.330.1200.08201.0464.7176.67
Hex9DCFEA21C08c9414d
Octal2353173524114010311101115
Binary1001110111001111111010101000011100010001100100110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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