#99AFDC

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

Shades of Echo Blue #99AFDC

Tints of Echo Blue #99AFDC

Color information

#99AFDC (or 0x99AFDC) is unknown color: approx Echo Blue. HEX triplet: 99, AF and DC. RGB value is (153,175,220). Sum of RGB (Red+Green+Blue) = 153+175+220=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #99AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDC is #665023. Grayscale: #ADADAD. Windows color (decimal): -6705188 or 14462873. OLE color: 14462873.

HSL color Cylindrical-coordinate representation of color #99AFDC: hue angle of 220.3º degrees, saturation: 0.49, 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 #99AFDC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153175220-
CMYK0.300.2000.14
HSL220.3º48.91%73.14%-
HSV(B)220.3º30.45%86.27%-
XYZ41.3942.673.75-
YUV173.55154.21113.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=27.92%
G=31.93%
B=40.15%

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
Decimal1531752200.300.2000.14220.348.9173.14
Hex99AFDC1E140Edc3149
Octal231257334362401633461111
Binary100110011010111111011100111101010001110110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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