#95ABDC

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

Shades of Echo Blue #95ABDC

Tints of Echo Blue #95ABDC

Color information

#95ABDC (or 0x95ABDC) is unknown color: approx Echo Blue. HEX triplet: 95, AB and DC. RGB value is (149,171,220). Sum of RGB (Red+Green+Blue) = 149+171+220=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #95ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABDC is #6A5423. Grayscale: #A9A9A9. Windows color (decimal): -6968356 or 14461845. OLE color: 14461845.

HSL color Cylindrical-coordinate representation of color #95ABDC: hue angle of 221.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95ABDC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149171220-
CMYK0.320.2200.14
HSL221.41º50.35%72.35%-
HSV(B)221.41º32.27%86.27%-
XYZ39.8840.6873.46-
YUV170.01156.21113.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=27.59%
G=31.67%
B=40.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491712200.320.2200.14221.4150.3572.35
Hex95ABDC20160Edd3248
Octal225253334402601633562110
Binary1001010110101011110111001000001011001110110111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,220); }

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

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

 a { background-color: rgb(149,171,220); }

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

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

 span { border-color: rgb(149,171,220); }

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