Html Css Color HEX #96ACD7 Echo Blue

📋 copy color: '#96ACD7'

red 150 ◦ green 172 ◦ blue 215

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

Shades of Echo Blue #96ACD7

Tints of Echo Blue #96ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 27.93%
G = 32.03%
B = 40.04%

CMYK

 C value IS 0.30

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96ACD7 (or 0x96ACD7) is known color: Echo Blue. HEX triplet: 96, AC and D7. RGB value is (150,172,215). Sum of RGB (Red+Green+Blue) = 150+172+215=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #96ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACD7 is #695328. Grayscale: #AAAAAA. Windows color (decimal): -6902569 or 14134422. OLE color: 14134422.

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

Color convert

RGB 150 172 215 -
CMYK 0.30 0.2 0 0.16
HSL 219.69º 0.45% 0.72% -
HSV(B) 219.69º 0.3% 0.84% -
XYZ 39.6 40.9 70.1 -
YUV 170.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 150 172 215 0.30 0.2 0 0.16 219.69 0.45 0.72
Hex 96 AC D7 1E 14 0 10 DC 2D 48
Octal 226 254 327 36 24 0 20 334 55 110
Binary 10010110 10101100 11010111 11110 10100 0 10000 11011100 101101 1001000

Color Harmonies of #96ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACD7

Black with #96ACD7

Text Example


Text Example

White with #96ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,215); }

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

background-color css

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

 a { background-color: rgb(150,172,215); }

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

border-color css

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

 span { border-color: rgb(150,172,215); }

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