#95AFDF

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

Shades of Echo Blue #95AFDF

Tints of Echo Blue #95AFDF

Color information

#95AFDF (or 0x95AFDF) is unknown color: approx Echo Blue. HEX triplet: 95, AF and DF. RGB value is (149,175,223). Sum of RGB (Red+Green+Blue) = 149+175+223=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 175 (68.75% from 255 or 31.99% 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 #95AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFDF is #6A5020. Grayscale: #ACACAC. Windows color (decimal): -6967329 or 14659477. OLE color: 14659477.

HSL color Cylindrical-coordinate representation of color #95AFDF: hue angle of 218.92º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AFDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149175223-
CMYK0.330.2200.13
HSL218.92º53.62%72.94%-
HSV(B)218.92º33.18%87.45%-
XYZ41.0442.3875.83-
YUV172.7156.39111.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=27.24%
G=31.99%
B=40.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491752230.330.2200.13218.9253.6272.94
Hex95AFDF21160Ddb3649
Octal225257337412601533366111
Binary1001010110101111110111111000011011001101110110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AFDF; }

 p { color: rgb(149,175,223); }

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

<style>
 a { background-color: #95AFDF; }

 a { background-color: rgb(149,175,223); }

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

<style>
 span { border-color: #95AFDF; }

 span { border-color: rgb(149,175,223); }

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