Html Css Color HEX #95ABDB Echo Blue

📋 copy color: '#95ABDB'

red 149 ◦ green 171 ◦ blue 219

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

Shades of Echo Blue #95ABDB

Tints of Echo Blue #95ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 27.64%
G = 31.73%
B = 40.63%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95ABDB (or 0x95ABDB) is known color: Echo Blue. HEX triplet: 95, AB and DB. RGB value is (149,171,219). Sum of RGB (Red+Green+Blue) = 149+171+219=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #95ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABDB is #6A5424. Grayscale: #A9A9A9. Windows color (decimal): -6968357 or 14396309. OLE color: 14396309.

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

Color convert

RGB 149 171 219 -
CMYK 0.32 0.22 0 0.14
HSL 221.14º 0.49% 0.72% -
HSV(B) 221.14º 0.32% 0.86% -
XYZ 39.74 40.63 72.77 -
YUV 169.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 149 171 219 0.32 0.22 0 0.14 221.14 0.49 0.72
Hex 95 AB DB 20 16 0 E DD 31 48
Octal 225 253 333 40 26 0 16 335 61 110
Binary 10010101 10101011 11011011 100000 10110 0 1110 11011101 110001 1001000

Color Harmonies of #95ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ABDB

Black with #95ABDB

Text Example


Text Example

White with #95ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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