#99ABD4

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

Shades of Echo Blue #99ABD4

Tints of Echo Blue #99ABD4

Color information

#99ABD4 (or 0x99ABD4) is unknown color: approx Echo Blue. HEX triplet: 99, AB and D4. RGB value is (153,171,212). Sum of RGB (Red+Green+Blue) = 153+171+212=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #99ABD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABD4 is #66542B. Grayscale: #AAAAAA. Windows color (decimal): -6706220 or 13937561. OLE color: 13937561.

HSL color Cylindrical-coordinate representation of color #99ABD4: hue angle of 221.69º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99ABD4 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153171212-
CMYK0.280.1900.17
HSL221.69º40.69%71.57%-
HSV(B)221.69º27.83%83.14%-
XYZ39.5840.6568.05-
YUV170.29151.54115.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=28.54%
G=31.90%
B=39.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531712120.280.1900.17221.6940.6971.57
Hex99ABD41C13011de2948
Octal231253324342302133651110
Binary1001100110101011110101001110010011010001110111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,171,212); }

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

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

 a { background-color: rgb(153,171,212); }

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

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

 span { border-color: rgb(153,171,212); }

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