#99ACDC

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

Shades of Echo Blue #99ACDC

Tints of Echo Blue #99ACDC

Color information

#99ACDC (or 0x99ACDC) is unknown color: approx Echo Blue. HEX triplet: 99, AC and DC. RGB value is (153,172,220). Sum of RGB (Red+Green+Blue) = 153+172+220=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #99ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACDC is #665323. Grayscale: #ABABAB. Windows color (decimal): -6705956 or 14462105. OLE color: 14462105.

HSL color Cylindrical-coordinate representation of color #99ACDC: hue angle of 222.99º 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 #99ACDC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153172220-
CMYK0.300.2200.14
HSL222.99º48.91%73.14%-
HSV(B)222.99º30.45%86.27%-
XYZ40.8141.4473.56-
YUV171.79155.21114.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.07%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=28.07%
G=31.56%
B=40.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531722200.300.2200.14222.9948.9173.14
Hex99ACDC1E160Edf3149
Octal231254334362601633761111
Binary100110011010110011011100111101011001110110111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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