Html Css Color HEX #96ACDD Echo Blue

📋 copy color: '#96ACDD'

red 150 ◦ green 172 ◦ blue 221

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

Shades of Echo Blue #96ACDD

Tints of Echo Blue #96ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 27.62%
G = 31.68%
B = 40.7%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96ACDD (or 0x96ACDD) is known color: Echo Blue. HEX triplet: 96, AC and DD. RGB value is (150,172,221). Sum of RGB (Red+Green+Blue) = 150+172+221=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #96ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACDD is #695322. Grayscale: #AAAAAA. Windows color (decimal): -6902563 or 14527638. OLE color: 14527638.

HSL color Cylindrical-coordinate representation of color #96ACDD: hue angle of 221.41º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96ACDD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 172 221 -
CMYK 0.32 0.22 0 0.13
HSL 221.41º 0.51% 0.73% -
HSV(B) 221.41º 0.32% 0.87% -
XYZ 40.38 41.21 74.23 -
YUV 171.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 150 172 221 0.32 0.22 0 0.13 221.41 0.51 0.73
Hex 96 AC DD 20 16 0 D DD 33 49
Octal 226 254 335 40 26 0 15 335 63 111
Binary 10010110 10101100 11011101 100000 10110 0 1101 11011101 110011 1001001

Color Harmonies of #96ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACDD

Black with #96ACDD

Text Example


Text Example

White with #96ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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