Html Css Color HEX #96ABDB Echo Blue

📋 copy color: '#96ABDB'

red 150 ◦ green 171 ◦ blue 219

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

Shades of Echo Blue #96ABDB

Tints of Echo Blue #96ABDB

RGB

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

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

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

R = 27.78%
G = 31.67%
B = 40.56%

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

#96ABDB (or 0x96ABDB) is known color: Echo Blue. HEX triplet: 96, AB and DB. RGB value is (150,171,219). Sum of RGB (Red+Green+Blue) = 150+171+219=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 171 (67.19% from 255 or 31.67% 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 #96ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABDB is #695424. Grayscale: #A9A9A9. Windows color (decimal): -6902821 or 14396310. OLE color: 14396310.

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

Color convert

RGB 150 171 219 -
CMYK 0.32 0.22 0 0.14
HSL 221.74º 0.49% 0.72% -
HSV(B) 221.74º 0.32% 0.86% -
XYZ 39.93 40.72 72.77 -
YUV 170.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 150 171 219 0.32 0.22 0 0.14 221.74 0.49 0.72
Hex 96 AB DB 20 16 0 E DE 31 48
Octal 226 253 333 40 26 0 16 336 61 110
Binary 10010110 10101011 11011011 100000 10110 0 1110 11011110 110001 1001000

Color Harmonies of #96ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABDB

Black with #96ABDB

Text Example


Text Example

White with #96ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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