#95ACDD

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

Shades of Echo Blue #95ACDD

Tints of Echo Blue #95ACDD

Color information

#95ACDD (or 0x95ACDD) is unknown color: approx Echo Blue. HEX triplet: 95, AC and DD. RGB value is (149,172,221). Sum of RGB (Red+Green+Blue) = 149+172+221=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #95ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACDD is #6A5322. Grayscale: #AAAAAA. Windows color (decimal): -6968099 or 14527637. OLE color: 14527637.

HSL color Cylindrical-coordinate representation of color #95ACDD: hue angle of 220.83º degrees, saturation: 0.51, 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 #95ACDD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149172221-
CMYK0.330.2200.13
HSL220.83º51.43%72.55%-
HSV(B)220.83º32.58%86.67%-
XYZ40.241.1274.22-
YUV170.71156.38112.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=27.49%
G=31.73%
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
Decimal1491722210.330.2200.13220.8351.4372.55
Hex95ACDD21160Ddd3349
Octal225254335412601533563111
Binary1001010110101100110111011000011011001101110111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,221); }

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

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

 a { background-color: rgb(149,172,221); }

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

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

 span { border-color: rgb(149,172,221); }

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