Html Css Color HEX #95ABDD Echo Blue

📋 copy color: '#95ABDD'

red 149 ◦ green 171 ◦ blue 221

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

Shades of Echo Blue #95ABDD

Tints of Echo Blue #95ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.61%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 27.54%
G = 31.61%
B = 40.85%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95ABDD (or 0x95ABDD) is known color: Echo Blue. HEX triplet: 95, AB and DD. RGB value is (149,171,221). Sum of RGB (Red+Green+Blue) = 149+171+221=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #95ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABDD is #6A5422. Grayscale: #A9A9A9. Windows color (decimal): -6968355 or 14527381. OLE color: 14527381.

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

Color convert

RGB 149 171 221 -
CMYK 0.33 0.23 0 0.13
HSL 221.67º 0.51% 0.73% -
HSV(B) 221.67º 0.33% 0.87% -
XYZ 40.01 40.74 74.16 -
YUV 170.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 149 171 221 0.33 0.23 0 0.13 221.67 0.51 0.73
Hex 95 AB DD 21 17 0 D DE 33 49
Octal 225 253 335 41 27 0 15 336 63 111
Binary 10010101 10101011 11011101 100001 10111 0 1101 11011110 110011 1001001

Color Harmonies of #95ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ABDD

Black with #95ABDD

Text Example


Text Example

White with #95ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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