#9DCCED

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

Shades of Sail #9DCCED

Tints of Sail #9DCCED

Color information

#9DCCED (or 0x9DCCED) is unknown color: approx Sail. HEX triplet: 9D, CC and ED. RGB value is (157,204,237). Sum of RGB (Red+Green+Blue) = 157+204+237=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCED is #623312. Grayscale: #C1C1C1. Windows color (decimal): -6435603 or 15584413. OLE color: 15584413.

HSL color Cylindrical-coordinate representation of color #9DCCED: hue angle of 204.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DCCED is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157204237-
CMYK0.340.1400.07
HSL204.75º68.97%77.25%-
HSV(B)204.75º33.76%92.94%-
XYZ50.7856.4788.34-
YUV193.71152.43101.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=26.25%
G=34.11%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572042370.340.1400.07204.7568.9777.25
Hex9DCCED22E07cd454d
Octal235314355421607315105115
Binary100111011100110011101101100010111001111100110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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