Html Css Color HEX #95ADE1 Echo Blue

📋 copy color: '#95ADE1'

red 149 ◦ green 173 ◦ blue 225

#95ADE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #95ADE1

Tints of Echo Blue #95ADE1

RGB

 RED value IS 149 (58.59% from 255) = 27.24%

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 27.24%
G = 31.63%
B = 41.13%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95ADE1 (or 0x95ADE1) is known color: Echo Blue. HEX triplet: 95, AD and E1. RGB value is (149,173,225). Sum of RGB (Red+Green+Blue) = 149+173+225=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #95ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADE1 is #6A521E. Grayscale: #ABABAB. Windows color (decimal): -6967839 or 14790037. OLE color: 14790037.

HSL color Cylindrical-coordinate representation of color #95ADE1: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95ADE1 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 173 225 -
CMYK 0.34 0.23 0 0.12
HSL 221.05º 0.56% 0.73% -
HSV(B) 221.05º 0.34% 0.88% -
XYZ 40.93 41.71 77.13 -
YUV 171.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 149 173 225 0.34 0.23 0 0.12 221.05 0.56 0.73
Hex 95 AD E1 22 17 0 C DD 38 49
Octal 225 255 341 42 27 0 14 335 70 111
Binary 10010101 10101101 11100001 100010 10111 0 1100 11011101 111000 1001001

Color Harmonies of #95ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADE1

Black with #95ADE1

Text Example


Text Example

White with #95ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,225); }

 H1.HeaderClassName
 {
   color: #95ADE1;
 }
 .AnyTagClassName
 {
   color: #95ADE1;
 }
</style>

background-color css

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

 a { background-color: rgb(149,173,225); }

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

border-color css

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

 span { border-color: rgb(149,173,225); }

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