#99ADDC

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

Shades of Echo Blue #99ADDC

Tints of Echo Blue #99ADDC

Color information

#99ADDC (or 0x99ADDC) is unknown color: approx Echo Blue. HEX triplet: 99, AD and DC. RGB value is (153,173,220). Sum of RGB (Red+Green+Blue) = 153+173+220=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #99ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADDC is #665223. Grayscale: #ACACAC. Windows color (decimal): -6705700 or 14462361. OLE color: 14462361.

HSL color Cylindrical-coordinate representation of color #99ADDC: hue angle of 222.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99ADDC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153173220-
CMYK0.300.2100.14
HSL222.09º48.91%73.14%-
HSV(B)222.09º30.45%86.27%-
XYZ4141.8373.62-
YUV172.38154.87114.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=28.02%
G=31.68%
B=40.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531732200.300.2100.14222.0948.9173.14
Hex99ADDC1E150Ede3149
Octal231255334362501633661111
Binary100110011010110111011100111101010101110110111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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