#95ABDA

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

Shades of Echo Blue #95ABDA

Tints of Echo Blue #95ABDA

Color information

#95ABDA (or 0x95ABDA) is unknown color: approx Echo Blue. HEX triplet: 95, AB and DA. RGB value is (149,171,218). Sum of RGB (Red+Green+Blue) = 149+171+218=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #95ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABDA is #6A5425. Grayscale: #A9A9A9. Windows color (decimal): -6968358 or 14330773. OLE color: 14330773.

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

Color convert

RGB149171218-
CMYK0.320.2200.15
HSL220.87º48.25%71.96%-
HSV(B)220.87º31.65%85.49%-
XYZ39.6140.5872.07-
YUV169.78155.21113.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=27.70%
G=31.78%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491712180.320.2200.15220.8748.2571.96
Hex95ABDA20160Fdd3048
Octal225253332402601733560110
Binary1001010110101011110110101000001011001111110111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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