Html Css Color HEX #96ABE0 Echo Blue

📋 copy color: '#96ABE0'

red 150 ◦ green 171 ◦ blue 224

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

Shades of Echo Blue #96ABE0

Tints of Echo Blue #96ABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 27.52%
G = 31.38%
B = 41.1%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96ABE0 (or 0x96ABE0) is known color: Echo Blue. HEX triplet: 96, AB and E0. RGB value is (150,171,224). Sum of RGB (Red+Green+Blue) = 150+171+224=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #96ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABE0 is #69541F. Grayscale: #AAAAAA. Windows color (decimal): -6902816 or 14723990. OLE color: 14723990.

HSL color Cylindrical-coordinate representation of color #96ABE0: hue angle of 222.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96ABE0 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 171 224 -
CMYK 0.33 0.24 0 0.12
HSL 222.97º 0.54% 0.73% -
HSV(B) 222.97º 0.33% 0.88% -
XYZ 40.6 40.99 76.29 -
YUV 170.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 150 171 224 0.33 0.24 0 0.12 222.97 0.54 0.73
Hex 96 AB E0 21 18 0 C DF 36 49
Octal 226 253 340 41 30 0 14 337 66 111
Binary 10010110 10101011 11100000 100001 11000 0 1100 11011111 110110 1001001

Color Harmonies of #96ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABE0

Black with #96ABE0

Text Example


Text Example

White with #96ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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