#99ABDF

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

Shades of Echo Blue #99ABDF

Tints of Echo Blue #99ABDF

Color information

#99ABDF (or 0x99ABDF) is unknown color: approx Echo Blue. HEX triplet: 99, AB and DF. RGB value is (153,171,223). Sum of RGB (Red+Green+Blue) = 153+171+223=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #99ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABDF is #665420. Grayscale: #ABABAB. Windows color (decimal): -6706209 or 14658457. OLE color: 14658457.

HSL color Cylindrical-coordinate representation of color #99ABDF: hue angle of 224.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99ABDF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153171223-
CMYK0.310.2300.13
HSL224.57º52.24%73.73%-
HSV(B)224.57º31.39%87.45%-
XYZ41.0241.2375.61-
YUV171.55157.04114.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=27.97%
G=31.26%
B=40.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531712230.310.2300.13224.5752.2473.73
Hex99ABDF1F170De1344a
Octal231253337372701534164112
Binary100110011010101111011111111111011101101111000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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