#99ADDD

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

Shades of Echo Blue #99ADDD

Tints of Echo Blue #99ADDD

Color information

#99ADDD (or 0x99ADDD) is unknown color: approx Echo Blue. HEX triplet: 99, AD and DD. RGB value is (153,173,221). Sum of RGB (Red+Green+Blue) = 153+173+221=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #99ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADDD is #665222. Grayscale: #ACACAC. Windows color (decimal): -6705699 or 14527897. OLE color: 14527897.

HSL color Cylindrical-coordinate representation of color #99ADDD: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99ADDD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153173221-
CMYK0.310.2200.13
HSL222.35º50%73.33%-
HSV(B)222.35º30.77%86.67%-
XYZ41.1341.8874.32-
YUV172.49155.37114.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=27.97%
G=31.63%
B=40.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531732210.310.2200.13222.355073.33
Hex99ADDD1F160Dde3249
Octal231255335372601533662111
Binary100110011010110111011101111111011001101110111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,221); }

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

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

 a { background-color: rgb(153,173,221); }

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

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

 span { border-color: rgb(153,173,221); }

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