Html Css Color HEX #96ACDB Echo Blue

📋 copy color: '#96ACDB'

red 150 ◦ green 172 ◦ blue 219

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

Shades of Echo Blue #96ACDB

Tints of Echo Blue #96ACDB

RGB

 RED value IS 150 (58.98% from 255) = 27.73%

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

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

R = 27.73%
G = 31.79%
B = 40.48%

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

#96ACDB (or 0x96ACDB) is known color: Echo Blue. HEX triplet: 96, AC and DB. RGB value is (150,172,219). Sum of RGB (Red+Green+Blue) = 150+172+219=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #96ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACDB is #695324. Grayscale: #AAAAAA. Windows color (decimal): -6902565 or 14396566. OLE color: 14396566.

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

Color convert

RGB 150 172 219 -
CMYK 0.32 0.21 0 0.14
HSL 220.87º 0.49% 0.72% -
HSV(B) 220.87º 0.32% 0.86% -
XYZ 40.12 41.1 72.84 -
YUV 170.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 150 172 219 0.32 0.21 0 0.14 220.87 0.49 0.72
Hex 96 AC DB 20 15 0 E DD 31 48
Octal 226 254 333 40 25 0 16 335 61 110
Binary 10010110 10101100 11011011 100000 10101 0 1110 11011101 110001 1001000

Color Harmonies of #96ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACDB

Black with #96ACDB

Text Example


Text Example

White with #96ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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