Html Css Color HEX #96AEDF Echo Blue

📋 copy color: '#96AEDF'

red 150 ◦ green 174 ◦ blue 223

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

Shades of Echo Blue #96AEDF

Tints of Echo Blue #96AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 27.42%
G = 31.81%
B = 40.77%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96AEDF (or 0x96AEDF) is known color: Echo Blue. HEX triplet: 96, AE and DF. RGB value is (150,174,223). Sum of RGB (Red+Green+Blue) = 150+174+223=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #96AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEDF is #695120. Grayscale: #ACACAC. Windows color (decimal): -6902049 or 14659222. OLE color: 14659222.

HSL color Cylindrical-coordinate representation of color #96AEDF: hue angle of 220.27º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AEDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 174 223 -
CMYK 0.33 0.22 0 0.13
HSL 220.27º 0.53% 0.73% -
HSV(B) 220.27º 0.33% 0.87% -
XYZ 41.03 42.08 75.77 -
YUV 172.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 150 174 223 0.33 0.22 0 0.13 220.27 0.53 0.73
Hex 96 AE DF 21 16 0 D DC 35 49
Octal 226 256 337 41 26 0 15 334 65 111
Binary 10010110 10101110 11011111 100001 10110 0 1101 11011100 110101 1001001

Color Harmonies of #96AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEDF

Black with #96AEDF

Text Example


Text Example

White with #96AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,174,223); }

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

background-color css

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

 a { background-color: rgb(150,174,223); }

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

border-color css

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

 span { border-color: rgb(150,174,223); }

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