#99A3CB

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

Shades of Echo Blue #99A3CB

Tints of Echo Blue #99A3CB

Color information

#99A3CB (or 0x99A3CB) is unknown color: approx Echo Blue. HEX triplet: 99, A3 and CB. RGB value is (153,163,203). Sum of RGB (Red+Green+Blue) = 153+163+203=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #99A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3CB is #665C34. Grayscale: #A4A4A4. Windows color (decimal): -6708277 or 13345689. OLE color: 13345689.

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

Color convert

RGB153163203-
CMYK0.250.2000.20
HSL228º32.47%69.8%-
HSV(B)228º24.63%79.61%-
XYZ37.0137.2861.74-
YUV164.57149.69119.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=29.48%
G=31.41%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531632030.250.2000.2022832.4769.8
Hex99A3CB1914014e42046
Octal231243313312402434440106
Binary1001100110100011110010111100110100010100111001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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