#99A4CB

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

Shades of Echo Blue #99A4CB

Tints of Echo Blue #99A4CB

Color information

#99A4CB (or 0x99A4CB) is unknown color: approx Echo Blue. HEX triplet: 99, A4 and CB. RGB value is (153,164,203). Sum of RGB (Red+Green+Blue) = 153+164+203=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4CB is #665B34. Grayscale: #A4A4A4. Windows color (decimal): -6708021 or 13345945. OLE color: 13345945.

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

Color convert

RGB153164203-
CMYK0.250.1900.20
HSL226.8º32.47%69.8%-
HSV(B)226.8º24.63%79.61%-
XYZ37.1937.6461.8-
YUV165.16149.36119.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=29.42%
G=31.54%
B=39.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531642030.250.1900.20226.832.4769.8
Hex99A4CB1913014e32046
Octal231244313312302434340106
Binary1001100110100100110010111100110011010100111000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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