#95ABDB

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

Shades of Echo Blue #95ABDB

Tints of Echo Blue #95ABDB

Color information

#95ABDB (or 0x95ABDB) is unknown color: approx Echo Blue. HEX triplet: 95, AB and DB. RGB value is (149,171,219). Sum of RGB (Red+Green+Blue) = 149+171+219=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #95ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABDB is #6A5424. Grayscale: #A9A9A9. Windows color (decimal): -6968357 or 14396309. OLE color: 14396309.

HSL color Cylindrical-coordinate representation of color #95ABDB: hue angle of 221.14º degrees, saturation: 0.49, 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 #95ABDB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149171219-
CMYK0.320.2200.14
HSL221.14º49.3%72.16%-
HSV(B)221.14º31.96%85.88%-
XYZ39.7440.6372.77-
YUV169.89155.71113.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=27.64%
G=31.73%
B=40.63%

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
Decimal1491712190.320.2200.14221.1449.372.16
Hex95ABDB20160Edd3148
Octal225253333402601633561110
Binary1001010110101011110110111000001011001110110111011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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