Html Css Color HEX #96A6D5 Echo Blue

📋 copy color: '#96A6D5'

red 150 ◦ green 166 ◦ blue 213

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

Shades of Echo Blue #96A6D5

Tints of Echo Blue #96A6D5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 28.36%
G = 31.38%
B = 40.26%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96A6D5 (or 0x96A6D5) is known color: Echo Blue. HEX triplet: 96, A6 and D5. RGB value is (150,166,213). Sum of RGB (Red+Green+Blue) = 150+166+213=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #96A6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6D5 is #69592A. Grayscale: #A6A6A6. Windows color (decimal): -6904107 or 14001814. OLE color: 14001814.

HSL color Cylindrical-coordinate representation of color #96A6D5: hue angle of 224.76º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A6D5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 166 213 -
CMYK 0.30 0.22 0 0.16
HSL 224.76º 0.43% 0.71% -
HSV(B) 224.76º 0.3% 0.84% -
XYZ 38.22 38.56 68.38 -
YUV 166.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 150 166 213 0.30 0.22 0 0.16 224.76 0.43 0.71
Hex 96 A6 D5 1E 16 0 10 E1 2B 47
Octal 226 246 325 36 26 0 20 341 53 107
Binary 10010110 10100110 11010101 11110 10110 0 10000 11100001 101011 1000111

Color Harmonies of #96A6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A6D5

Black with #96A6D5

Text Example


Text Example

White with #96A6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,166,213); }

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

background-color css

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

 a { background-color: rgb(150,166,213); }

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

border-color css

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

 span { border-color: rgb(150,166,213); }

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