#99ACD9

Color #99ACD9 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #99ACD9

Tints of Echo Blue #99ACD9

Color information

#99ACD9 (or 0x99ACD9) is unknown color: approx Echo Blue. HEX triplet: 99, AC and D9. RGB value is (153,172,217). Sum of RGB (Red+Green+Blue) = 153+172+217=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #99ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACD9 is #665326. Grayscale: #ABABAB. Windows color (decimal): -6705959 or 14265497. OLE color: 14265497.

HSL color Cylindrical-coordinate representation of color #99ACD9: hue angle of 222.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99ACD9 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153172217-
CMYK0.290.2100.15
HSL222.19º45.71%72.55%-
HSV(B)222.19º29.49%85.1%-
XYZ40.4141.2971.48-
YUV171.45153.71114.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=28.23%
G=31.73%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531722170.290.2100.15222.1945.7172.55
Hex99ACD91D150Fde2e49
Octal231254331352501733656111
Binary100110011010110011011001111011010101111110111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACD9; }

 p { color: rgb(153,172,217); }

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

<style>
 a { background-color: #99ACD9; }

 a { background-color: rgb(153,172,217); }

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

<style>
 span { border-color: #99ACD9; }

 span { border-color: rgb(153,172,217); }

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