#99A4CE

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

Shades of Echo Blue #99A4CE

Tints of Echo Blue #99A4CE

Color information

#99A4CE (or 0x99A4CE) is unknown color: approx Echo Blue. HEX triplet: 99, A4 and CE. RGB value is (153,164,206). Sum of RGB (Red+Green+Blue) = 153+164+206=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4CE is #665B31. Grayscale: #A5A5A5. Windows color (decimal): -6708018 or 13542553. OLE color: 13542553.

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

Color convert

RGB153164206-
CMYK0.260.2000.19
HSL227.55º35.1%70.39%-
HSV(B)227.55º25.73%80.78%-
XYZ37.5537.7863.71-
YUV165.5150.86119.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=29.25%
G=31.36%
B=39.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531642060.260.2000.19227.5535.170.39
Hex99A4CE1A14013e42346
Octal231244316322402334443106
Binary1001100110100100110011101101010100010011111001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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