Html Css Color HEX #96AFDB Echo Blue

📋 copy color: '#96AFDB'

red 150 ◦ green 175 ◦ blue 219

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

Shades of Echo Blue #96AFDB

Tints of Echo Blue #96AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.17%

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 27.57%
G = 32.17%
B = 40.26%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96AFDB (or 0x96AFDB) is known color: Echo Blue. HEX triplet: 96, AF and DB. RGB value is (150,175,219). Sum of RGB (Red+Green+Blue) = 150+175+219=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #96AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDB is #695024. Grayscale: #ACACAC. Windows color (decimal): -6901797 or 14397334. OLE color: 14397334.

HSL color Cylindrical-coordinate representation of color #96AFDB: hue angle of 218.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96AFDB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 175 219 -
CMYK 0.32 0.20 0 0.14
HSL 218.26º 0.49% 0.72% -
HSV(B) 218.26º 0.32% 0.86% -
XYZ 40.69 42.26 73.03 -
YUV 172.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 150 175 219 0.32 0.20 0 0.14 218.26 0.49 0.72
Hex 96 AF DB 20 14 0 E DA 31 48
Octal 226 257 333 40 24 0 16 332 61 110
Binary 10010110 10101111 11011011 100000 10100 0 1110 11011010 110001 1001000

Color Harmonies of #96AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFDB

Black with #96AFDB

Text Example


Text Example

White with #96AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,219); }

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

background-color css

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

 a { background-color: rgb(150,175,219); }

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

border-color css

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

 span { border-color: rgb(150,175,219); }

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