Html Css Color HEX #96B0DE Echo Blue

📋 copy color: '#96B0DE'

red 150 ◦ green 176 ◦ blue 222

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

Shades of Echo Blue #96B0DE

Tints of Echo Blue #96B0DE

RGB

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

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

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

R = 27.37%
G = 32.12%
B = 40.51%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B0DE (or 0x96B0DE) is known color: Echo Blue. HEX triplet: 96, B0 and DE. RGB value is (150,176,222). Sum of RGB (Red+Green+Blue) = 150+176+222=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #96B0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0DE is #694F21. Grayscale: #ADADAD. Windows color (decimal): -6901538 or 14594198. OLE color: 14594198.

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

Color convert

RGB 150 176 222 -
CMYK 0.32 0.21 0 0.13
HSL 218.33º 0.52% 0.73% -
HSV(B) 218.33º 0.32% 0.87% -
XYZ 41.29 42.81 75.19 -
YUV 173.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 150 176 222 0.32 0.21 0 0.13 218.33 0.52 0.73
Hex 96 B0 DE 20 15 0 D DA 34 49
Octal 226 260 336 40 25 0 15 332 64 111
Binary 10010110 10110000 11011110 100000 10101 0 1101 11011010 110100 1001001

Color Harmonies of #96B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0DE

Black with #96B0DE

Text Example


Text Example

White with #96B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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