Html Css Color HEX #95ADE0 Echo Blue

📋 copy color: '#95ADE0'

red 149 ◦ green 173 ◦ blue 224

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

Shades of Echo Blue #95ADE0

Tints of Echo Blue #95ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 27.29%
G = 31.68%
B = 41.03%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95ADE0 (or 0x95ADE0) is known color: Echo Blue. HEX triplet: 95, AD and E0. RGB value is (149,173,224). Sum of RGB (Red+Green+Blue) = 149+173+224=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #95ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADE0 is #6A521F. Grayscale: #ABABAB. Windows color (decimal): -6967840 or 14724501. OLE color: 14724501.

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

Color convert

RGB 149 173 224 -
CMYK 0.33 0.23 0 0.12
HSL 220.8º 0.55% 0.73% -
HSV(B) 220.8º 0.33% 0.88% -
XYZ 40.79 41.66 76.41 -
YUV 171.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 149 173 224 0.33 0.23 0 0.12 220.8 0.55 0.73
Hex 95 AD E0 21 17 0 C DD 37 49
Octal 225 255 340 41 27 0 14 335 67 111
Binary 10010101 10101101 11100000 100001 10111 0 1100 11011101 110111 1001001

Color Harmonies of #95ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADE0

Black with #95ADE0

Text Example


Text Example

White with #95ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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