Html Css Color HEX #96B0DB Echo Blue

📋 copy color: '#96B0DB'

red 150 ◦ green 176 ◦ blue 219

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

Shades of Echo Blue #96B0DB

Tints of Echo Blue #96B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

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

R = 27.52%
G = 32.29%
B = 40.18%

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

#96B0DB (or 0x96B0DB) is known color: Echo Blue. HEX triplet: 96, B0 and DB. RGB value is (150,176,219). Sum of RGB (Red+Green+Blue) = 150+176+219=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0DB is #694F24. Grayscale: #ACACAC. Windows color (decimal): -6901541 or 14397590. OLE color: 14397590.

HSL color Cylindrical-coordinate representation of color #96B0DB: hue angle of 217.39º 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 #96B0DB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 176 219 -
CMYK 0.32 0.20 0 0.14
HSL 217.39º 0.49% 0.72% -
HSV(B) 217.39º 0.32% 0.86% -
XYZ 40.89 42.65 73.09 -
YUV 173.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 150 176 219 0.32 0.20 0 0.14 217.39 0.49 0.72
Hex 96 B0 DB 20 14 0 E D9 31 48
Octal 226 260 333 40 24 0 16 331 61 110
Binary 10010110 10110000 11011011 100000 10100 0 1110 11011001 110001 1001000

Color Harmonies of #96B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0DB

Black with #96B0DB

Text Example


Text Example

White with #96B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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