#99A4CF

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

Shades of Echo Blue #99A4CF

Tints of Echo Blue #99A4CF

Color information

#99A4CF (or 0x99A4CF) is unknown color: approx Echo Blue. HEX triplet: 99, A4 and CF. RGB value is (153,164,207). Sum of RGB (Red+Green+Blue) = 153+164+207=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #99A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4CF is #665B30. Grayscale: #A5A5A5. Windows color (decimal): -6708017 or 13608089. OLE color: 13608089.

HSL color Cylindrical-coordinate representation of color #99A4CF: hue angle of 227.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A4CF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153164207-
CMYK0.260.2100.19
HSL227.78º36%70.59%-
HSV(B)227.78º26.09%81.18%-
XYZ37.6737.8364.35-
YUV165.61151.36119-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=29.20%
G=31.30%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531642070.260.2100.19227.783670.59
Hex99A4CF1A15013e42447
Octal231244317322502334444107
Binary1001100110100100110011111101010101010011111001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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