Html Css Color HEX #95ACDB Echo Blue

📋 copy color: '#95ACDB'

red 149 ◦ green 172 ◦ blue 219

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

Shades of Echo Blue #95ACDB

Tints of Echo Blue #95ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

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

R = 27.59%
G = 31.85%
B = 40.56%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95ACDB (or 0x95ACDB) is known color: Echo Blue. HEX triplet: 95, AC and DB. RGB value is (149,172,219). Sum of RGB (Red+Green+Blue) = 149+172+219=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #95ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACDB is #6A5324. Grayscale: #AAAAAA. Windows color (decimal): -6968101 or 14396565. OLE color: 14396565.

HSL color Cylindrical-coordinate representation of color #95ACDB: hue angle of 220.29º 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 #95ACDB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 172 219 -
CMYK 0.32 0.21 0 0.14
HSL 220.29º 0.49% 0.72% -
HSV(B) 220.29º 0.32% 0.86% -
XYZ 39.93 41.01 72.83 -
YUV 170.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 149 172 219 0.32 0.21 0 0.14 220.29 0.49 0.72
Hex 95 AC DB 20 15 0 E DC 31 48
Octal 225 254 333 40 25 0 16 334 61 110
Binary 10010101 10101100 11011011 100000 10101 0 1110 11011100 110001 1001000

Color Harmonies of #95ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACDB

Black with #95ACDB

Text Example


Text Example

White with #95ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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