#99A8DF

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

Shades of Echo Blue #99A8DF

Tints of Echo Blue #99A8DF

Color information

#99A8DF (or 0x99A8DF) is unknown color: approx Echo Blue. HEX triplet: 99, A8 and DF. RGB value is (153,168,223). Sum of RGB (Red+Green+Blue) = 153+168+223=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #99A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DF is #665720. Grayscale: #A9A9A9. Windows color (decimal): -6706977 or 14657689. OLE color: 14657689.

HSL color Cylindrical-coordinate representation of color #99A8DF: hue angle of 227.14º 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 #99A8DF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153168223-
CMYK0.310.2500.13
HSL227.14º52.24%73.73%-
HSV(B)227.14º31.39%87.45%-
XYZ40.4640.1175.42-
YUV169.78158.03116.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=28.12%
G=30.88%
B=40.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531682230.310.2500.13227.1452.2473.73
Hex99A8DF1F190De3344a
Octal231250337373101534364112
Binary100110011010100011011111111111100101101111000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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