Html Css Color HEX #96A7D8 Echo Blue

📋 copy color: '#96A7D8'

red 150 ◦ green 167 ◦ blue 216

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

Shades of Echo Blue #96A7D8

Tints of Echo Blue #96A7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 28.14%
G = 31.33%
B = 40.53%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96A7D8 (or 0x96A7D8) is known color: Echo Blue. HEX triplet: 96, A7 and D8. RGB value is (150,167,216). Sum of RGB (Red+Green+Blue) = 150+167+216=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A7D8 is #695827. Grayscale: #A7A7A7. Windows color (decimal): -6903848 or 14198678. OLE color: 14198678.

HSL color Cylindrical-coordinate representation of color #96A7D8: hue angle of 224.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A7D8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 167 216 -
CMYK 0.31 0.23 0 0.15
HSL 224.55º 0.46% 0.72% -
HSV(B) 224.55º 0.31% 0.85% -
XYZ 38.79 39.08 70.46 -
YUV 167.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 150 167 216 0.31 0.23 0 0.15 224.55 0.46 0.72
Hex 96 A7 D8 1F 17 0 F E1 2E 48
Octal 226 247 330 37 27 0 17 341 56 110
Binary 10010110 10100111 11011000 11111 10111 0 1111 11100001 101110 1001000

Color Harmonies of #96A7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A7D8

Black with #96A7D8

Text Example


Text Example

White with #96A7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,167,216); }

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

background-color css

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

 a { background-color: rgb(150,167,216); }

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

border-color css

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

 span { border-color: rgb(150,167,216); }

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