Html Css Color HEX #96A9DC Echo Blue

📋 copy color: '#96A9DC'

red 150 ◦ green 169 ◦ blue 220

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

Shades of Echo Blue #96A9DC

Tints of Echo Blue #96A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 27.83%
G = 31.35%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96A9DC (or 0x96A9DC) is known color: Echo Blue. HEX triplet: 96, A9 and DC. RGB value is (150,169,220). Sum of RGB (Red+Green+Blue) = 150+169+220=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #96A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9DC is #695623. Grayscale: #A8A8A8. Windows color (decimal): -6903332 or 14461334. OLE color: 14461334.

HSL color Cylindrical-coordinate representation of color #96A9DC: hue angle of 223.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A9DC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 169 220 -
CMYK 0.32 0.23 0 0.14
HSL 223.71º 0.5% 0.73% -
HSV(B) 223.71º 0.32% 0.86% -
XYZ 39.68 40.03 73.34 -
YUV 169.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 150 169 220 0.32 0.23 0 0.14 223.71 0.5 0.73
Hex 96 A9 DC 20 17 0 E E0 32 49
Octal 226 251 334 40 27 0 16 340 62 111
Binary 10010110 10101001 11011100 100000 10111 0 1110 11100000 110010 1001001

Color Harmonies of #96A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A9DC

Black with #96A9DC

Text Example


Text Example

White with #96A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,169,220); }

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

background-color css

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

 a { background-color: rgb(150,169,220); }

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

border-color css

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

 span { border-color: rgb(150,169,220); }

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