Html Css Color HEX #96ABE2 Echo Blue

📋 copy color: '#96ABE2'

red 150 ◦ green 171 ◦ blue 226

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

Shades of Echo Blue #96ABE2

Tints of Echo Blue #96ABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.32%

R = 27.42%
G = 31.26%
B = 41.32%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#96ABE2 (or 0x96ABE2) is known color: Echo Blue. HEX triplet: 96, AB and E2. RGB value is (150,171,226). Sum of RGB (Red+Green+Blue) = 150+171+226=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #96ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABE2 is #69541D. Grayscale: #AAAAAA. Windows color (decimal): -6902814 or 14855062. OLE color: 14855062.

HSL color Cylindrical-coordinate representation of color #96ABE2: hue angle of 223.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96ABE2 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 171 226 -
CMYK 0.34 0.24 0 0.11
HSL 223.42º 0.57% 0.74% -
HSV(B) 223.42º 0.34% 0.89% -
XYZ 40.87 41.1 77.73 -
YUV 170.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 150 171 226 0.34 0.24 0 0.11 223.42 0.57 0.74
Hex 96 AB E2 22 18 0 B DF 39 4A
Octal 226 253 342 42 30 0 13 337 71 112
Binary 10010110 10101011 11100010 100010 11000 0 1011 11011111 111001 1001010

Color Harmonies of #96ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABE2

Black with #96ABE2

Text Example


Text Example

White with #96ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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