Html Css Color HEX #96A8D4 Echo Blue

📋 copy color: '#96A8D4'

red 150 ◦ green 168 ◦ blue 212

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

Shades of Echo Blue #96A8D4

Tints of Echo Blue #96A8D4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

 BLUE value IS 212 (83.2% from 255) = 40%

R = 28.3%
G = 31.7%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#96A8D4 (or 0x96A8D4) is known color: Echo Blue. HEX triplet: 96, A8 and D4. RGB value is (150,168,212). Sum of RGB (Red+Green+Blue) = 150+168+212=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #96A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8D4 is #69572B. Grayscale: #A7A7A7. Windows color (decimal): -6903596 or 13936790. OLE color: 13936790.

HSL color Cylindrical-coordinate representation of color #96A8D4: hue angle of 222.58º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A8D4 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 168 212 -
CMYK 0.29 0.21 0 0.17
HSL 222.58º 0.42% 0.71% -
HSV(B) 222.58º 0.29% 0.83% -
XYZ 38.46 39.24 67.83 -
YUV 167.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 150 168 212 0.29 0.21 0 0.17 222.58 0.42 0.71
Hex 96 A8 D4 1D 15 0 11 DF 2A 47
Octal 226 250 324 35 25 0 21 337 52 107
Binary 10010110 10101000 11010100 11101 10101 0 10001 11011111 101010 1000111

Color Harmonies of #96A8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8D4

Black with #96A8D4

Text Example


Text Example

White with #96A8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,212); }

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

background-color css

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

 a { background-color: rgb(150,168,212); }

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

border-color css

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

 span { border-color: rgb(150,168,212); }

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