#99A7C9

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

Shades of Echo Blue #99A7C9

Tints of Echo Blue #99A7C9

Color information

#99A7C9 (or 0x99A7C9) is unknown color: approx Echo Blue. HEX triplet: 99, A7 and C9. RGB value is (153,167,201). Sum of RGB (Red+Green+Blue) = 153+167+201=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #99A7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7C9 is #665836. Grayscale: #A6A6A6. Windows color (decimal): -6707255 or 13215641. OLE color: 13215641.

HSL color Cylindrical-coordinate representation of color #99A7C9: hue angle of 222.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A7C9 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153167201-
CMYK0.240.1700.21
HSL222.5º30.77%69.41%-
HSV(B)222.5º23.88%78.82%-
XYZ37.538.6360.74-
YUV166.69147.36118.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=29.37%
G=32.05%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531672010.240.1700.21222.530.7769.41
Hex99A7C91811015de1f45
Octal231247311302102533637105
Binary100110011010011111001001110001000101010111011110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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