#99A5CE

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

Shades of Echo Blue #99A5CE

Tints of Echo Blue #99A5CE

Color information

#99A5CE (or 0x99A5CE) is unknown color: approx Echo Blue. HEX triplet: 99, A5 and CE. RGB value is (153,165,206). Sum of RGB (Red+Green+Blue) = 153+165+206=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5CE is #665A31. Grayscale: #A5A5A5. Windows color (decimal): -6707762 or 13542809. OLE color: 13542809.

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

Color convert

RGB153165206-
CMYK0.260.2000.19
HSL226.42º35.1%70.39%-
HSV(B)226.42º25.73%80.78%-
XYZ37.7338.1463.77-
YUV166.09150.52118.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=29.20%
G=31.49%
B=39.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531652060.260.2000.19226.4235.170.39
Hex99A5CE1A14013e22346
Octal231245316322402334243106
Binary1001100110100101110011101101010100010011111000101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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