#99AFDD

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

Shades of Echo Blue #99AFDD

Tints of Echo Blue #99AFDD

Color information

#99AFDD (or 0x99AFDD) is unknown color: approx Echo Blue. HEX triplet: 99, AF and DD. RGB value is (153,175,221). Sum of RGB (Red+Green+Blue) = 153+175+221=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #99AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDD is #665022. Grayscale: #ADADAD. Windows color (decimal): -6705187 or 14528409. OLE color: 14528409.

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

Color convert

RGB153175221-
CMYK0.310.2100.13
HSL220.59º50%73.33%-
HSV(B)220.59º30.77%86.67%-
XYZ41.5242.6574.45-
YUV173.67154.71113.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=27.87%
G=31.88%
B=40.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531752210.310.2100.13220.595073.33
Hex99AFDD1F150Ddd3249
Octal231257335372501533562111
Binary100110011010111111011101111111010101101110111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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