#99ACCE

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

Shades of Echo Blue #99ACCE

Tints of Echo Blue #99ACCE

Color information

#99ACCE (or 0x99ACCE) is unknown color: approx Echo Blue. HEX triplet: 99, AC and CE. RGB value is (153,172,206). Sum of RGB (Red+Green+Blue) = 153+172+206=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #99ACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACCE is #665331. Grayscale: #AAAAAA. Windows color (decimal): -6705970 or 13544601. OLE color: 13544601.

HSL color Cylindrical-coordinate representation of color #99ACCE: hue angle of 218.49º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99ACCE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153172206-
CMYK0.260.1700.19
HSL218.49º35.1%70.39%-
HSV(B)218.49º25.73%80.78%-
XYZ39.0340.7364.2-
YUV170.2148.21115.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=28.81%
G=32.39%
B=38.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531722060.260.1700.19218.4935.170.39
Hex99ACCE1A11013da2346
Octal231254316322102333243106
Binary1001100110101100110011101101010001010011110110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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