#9DCCEA

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

Shades of Sail #9DCCEA

Tints of Sail #9DCCEA

Color information

#9DCCEA (or 0x9DCCEA) is unknown color: approx Sail. HEX triplet: 9D, CC and EA. RGB value is (157,204,234). Sum of RGB (Red+Green+Blue) = 157+204+234=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCEA is #623315. Grayscale: #C1C1C1. Windows color (decimal): -6435606 or 15387805. OLE color: 15387805.

HSL color Cylindrical-coordinate representation of color #9DCCEA: hue angle of 203.38º 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 #9DCCEA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157204234-
CMYK0.330.1300.08
HSL203.38º64.71%76.67%-
HSV(B)203.38º32.91%91.76%-
XYZ50.3556.2986.05-
YUV193.37150.93102.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=26.39%
G=34.29%
B=39.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572042340.330.1300.08203.3864.7176.67
Hex9DCCEA21D08cb414d
Octal2353143524115010313101115
Binary1001110111001100111010101000011101010001100101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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