Html Css Color HEX #96ABDE Echo Blue

📋 copy color: '#96ABDE'

red 150 ◦ green 171 ◦ blue 222

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

Shades of Echo Blue #96ABDE

Tints of Echo Blue #96ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 27.62%
G = 31.49%
B = 40.88%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96ABDE (or 0x96ABDE) is known color: Echo Blue. HEX triplet: 96, AB and DE. RGB value is (150,171,222). Sum of RGB (Red+Green+Blue) = 150+171+222=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #96ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABDE is #695421. Grayscale: #AAAAAA. Windows color (decimal): -6902818 or 14592918. OLE color: 14592918.

HSL color Cylindrical-coordinate representation of color #96ABDE: hue angle of 222.5º degrees, saturation: 0.52, 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 #96ABDE is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 171 222 -
CMYK 0.32 0.23 0 0.13
HSL 222.5º 0.52% 0.73% -
HSV(B) 222.5º 0.32% 0.87% -
XYZ 40.33 40.88 74.87 -
YUV 170.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 150 171 222 0.32 0.23 0 0.13 222.5 0.52 0.73
Hex 96 AB DE 20 17 0 D DE 34 49
Octal 226 253 336 40 27 0 15 336 64 111
Binary 10010110 10101011 11011110 100000 10111 0 1101 11011110 110100 1001001

Color Harmonies of #96ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABDE

Black with #96ABDE

Text Example


Text Example

White with #96ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,222); }

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

background-color css

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

 a { background-color: rgb(150,171,222); }

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

border-color css

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

 span { border-color: rgb(150,171,222); }

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