#95AEE2

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

Shades of Echo Blue #95AEE2

Tints of Echo Blue #95AEE2

Color information

#95AEE2 (or 0x95AEE2) is unknown color: approx Echo Blue. HEX triplet: 95, AE and E2. RGB value is (149,174,226). Sum of RGB (Red+Green+Blue) = 149+174+226=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #95AEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEE2 is #6A511D. Grayscale: #ACACAC. Windows color (decimal): -6967582 or 14855829. OLE color: 14855829.

HSL color Cylindrical-coordinate representation of color #95AEE2: hue angle of 220.52º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95AEE2 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149174226-
CMYK0.340.2300.11
HSL220.52º57.04%73.53%-
HSV(B)220.52º34.07%88.63%-
XYZ41.2642.1577.91-
YUV172.45158.22111.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=27.14%
G=31.69%
B=41.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491742260.340.2300.11220.5257.0473.53
Hex95AEE222170Bdd394a
Octal225256342422701333571112
Binary1001010110101110111000101000101011101011110111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,226); }

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

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

 a { background-color: rgb(149,174,226); }

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

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

 span { border-color: rgb(149,174,226); }

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