Html Css Color HEX #96B0DC Echo Blue

📋 copy color: '#96B0DC'

red 150 ◦ green 176 ◦ blue 220

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

Shades of Echo Blue #96B0DC

Tints of Echo Blue #96B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 27.47%
G = 32.23%
B = 40.29%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96B0DC (or 0x96B0DC) is known color: Echo Blue. HEX triplet: 96, B0 and DC. RGB value is (150,176,220). Sum of RGB (Red+Green+Blue) = 150+176+220=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0DC is #694F23. Grayscale: #ADADAD. Windows color (decimal): -6901540 or 14463126. OLE color: 14463126.

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

Color convert

RGB 150 176 220 -
CMYK 0.32 0.2 0 0.14
HSL 217.71º 0.5% 0.73% -
HSV(B) 217.71º 0.32% 0.86% -
XYZ 41.02 42.7 73.79 -
YUV 173.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 150 176 220 0.32 0.2 0 0.14 217.71 0.5 0.73
Hex 96 B0 DC 20 14 0 E DA 32 49
Octal 226 260 334 40 24 0 16 332 62 111
Binary 10010110 10110000 11011100 100000 10100 0 1110 11011010 110010 1001001

Color Harmonies of #96B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0DC

Black with #96B0DC

Text Example


Text Example

White with #96B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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