#99A4CD

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

Shades of Echo Blue #99A4CD

Tints of Echo Blue #99A4CD

Color information

#99A4CD (or 0x99A4CD) is unknown color: approx Echo Blue. HEX triplet: 99, A4 and CD. RGB value is (153,164,205). Sum of RGB (Red+Green+Blue) = 153+164+205=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #99A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4CD is #665B32. Grayscale: #A5A5A5. Windows color (decimal): -6708019 or 13477017. OLE color: 13477017.

HSL color Cylindrical-coordinate representation of color #99A4CD: hue angle of 227.31º degrees, saturation: 0.34, 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 #99A4CD is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153164205-
CMYK0.250.200.20
HSL227.31º34.21%70.2%-
HSV(B)227.31º25.37%80.39%-
XYZ37.4337.7363.07-
YUV165.38150.36119.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=29.31%
G=31.42%
B=39.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531642050.250.200.20227.3134.2170.2
Hex99A4CD1914014e32246
Octal231244315312402434342106
Binary1001100110100100110011011100110100010100111000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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