#99A7CE

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

Shades of Echo Blue #99A7CE

Tints of Echo Blue #99A7CE

Color information

#99A7CE (or 0x99A7CE) is unknown color: approx Echo Blue. HEX triplet: 99, A7 and CE. RGB value is (153,167,206). Sum of RGB (Red+Green+Blue) = 153+167+206=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7CE is #665831. Grayscale: #A7A7A7. Windows color (decimal): -6707250 or 13543321. OLE color: 13543321.

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

Color convert

RGB153167206-
CMYK0.260.1900.19
HSL224.15º35.1%70.39%-
HSV(B)224.15º25.73%80.78%-
XYZ38.138.8763.89-
YUV167.26149.86117.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=29.09%
G=31.75%
B=39.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531672060.260.1900.19224.1535.170.39
Hex99A7CE1A13013e02346
Octal231247316322302334043106
Binary1001100110100111110011101101010011010011111000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,167,206); }

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

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

 a { background-color: rgb(153,167,206); }

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

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

 span { border-color: rgb(153,167,206); }

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