#99AFDB

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

Shades of Echo Blue #99AFDB

Tints of Echo Blue #99AFDB

Color information

#99AFDB (or 0x99AFDB) is unknown color: approx Echo Blue. HEX triplet: 99, AF and DB. RGB value is (153,175,219). Sum of RGB (Red+Green+Blue) = 153+175+219=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #99AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDB is #665024. Grayscale: #ADADAD. Windows color (decimal): -6705189 or 14397337. OLE color: 14397337.

HSL color Cylindrical-coordinate representation of color #99AFDB: hue angle of 220º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AFDB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153175219-
CMYK0.300.2000.14
HSL220º47.83%72.94%-
HSV(B)220º30.14%85.88%-
XYZ41.2542.5573.06-
YUV173.44153.71113.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=27.97%
G=31.99%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531752190.300.2000.1422047.8372.94
Hex99AFDB1E140Edc3049
Octal231257333362401633460111
Binary100110011010111111011011111101010001110110111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,175,219); }

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

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

 a { background-color: rgb(153,175,219); }

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

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

 span { border-color: rgb(153,175,219); }

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