#99ACCC

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

Shades of Echo Blue #99ACCC

Tints of Echo Blue #99ACCC

Color information

#99ACCC (or 0x99ACCC) is unknown color: approx Echo Blue. HEX triplet: 99, AC and CC. RGB value is (153,172,204). Sum of RGB (Red+Green+Blue) = 153+172+204=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #99ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACCC is #665333. Grayscale: #A9A9A9. Windows color (decimal): -6705972 or 13413529. OLE color: 13413529.

HSL color Cylindrical-coordinate representation of color #99ACCC: hue angle of 217.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99ACCC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153172204-
CMYK0.250.1600.2
HSL217.65º33.33%70%-
HSV(B)217.65º25%80%-
XYZ38.7940.6462.93-
YUV169.97147.21115.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=28.92%
G=32.51%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531722040.250.1600.2217.6533.3370
Hex99ACCC1910014da2146
Octal231254314312002433241106
Binary1001100110101100110011001100110000010100110110101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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