#99A4C9

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

Shades of Echo Blue #99A4C9

Tints of Echo Blue #99A4C9

Color information

#99A4C9 (or 0x99A4C9) is unknown color: approx Echo Blue. HEX triplet: 99, A4 and C9. RGB value is (153,164,201). Sum of RGB (Red+Green+Blue) = 153+164+201=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #99A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4C9 is #665B36. Grayscale: #A4A4A4. Windows color (decimal): -6708023 or 13214873. OLE color: 13214873.

HSL color Cylindrical-coordinate representation of color #99A4C9: hue angle of 226.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A4C9 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153164201-
CMYK0.240.1800.21
HSL226.25º30.77%69.41%-
HSV(B)226.25º23.88%78.82%-
XYZ36.9537.5460.56-
YUV164.93148.36119.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=29.54%
G=31.66%
B=38.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531642010.240.1800.21226.2530.7769.41
Hex99A4C91812015e21f45
Octal231244311302202534237105
Binary100110011010010011001001110001001001010111100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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