#99AECE

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

Shades of Echo Blue #99AECE

Tints of Echo Blue #99AECE

Color information

#99AECE (or 0x99AECE) is unknown color: approx Echo Blue. HEX triplet: 99, AE and CE. RGB value is (153,174,206). Sum of RGB (Red+Green+Blue) = 153+174+206=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #99AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AECE is #665131. Grayscale: #ABABAB. Windows color (decimal): -6705458 or 13545113. OLE color: 13545113.

HSL color Cylindrical-coordinate representation of color #99AECE: hue angle of 216.23º 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 #99AECE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153174206-
CMYK0.260.1600.19
HSL216.23º35.1%70.39%-
HSV(B)216.23º25.73%80.78%-
XYZ39.4141.564.33-
YUV171.37147.54114.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=28.71%
G=32.65%
B=38.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531742060.260.1600.19216.2335.170.39
Hex99AECE1A10013d82346
Octal231256316322002333043106
Binary1001100110101110110011101101010000010011110110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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