Html Css Color HEX #96B0DF Echo Blue

📋 copy color: '#96B0DF'

red 150 ◦ green 176 ◦ blue 223

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

Shades of Echo Blue #96B0DF

Tints of Echo Blue #96B0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 27.32%
G = 32.06%
B = 40.62%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B0DF (or 0x96B0DF) is known color: Echo Blue. HEX triplet: 96, B0 and DF. RGB value is (150,176,223). Sum of RGB (Red+Green+Blue) = 150+176+223=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0DF is #694F20. Grayscale: #ADADAD. Windows color (decimal): -6901537 or 14659734. OLE color: 14659734.

HSL color Cylindrical-coordinate representation of color #96B0DF: hue angle of 218.63º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B0DF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 176 223 -
CMYK 0.33 0.21 0 0.13
HSL 218.63º 0.53% 0.73% -
HSV(B) 218.63º 0.33% 0.87% -
XYZ 41.42 42.86 75.9 -
YUV 173.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 150 176 223 0.33 0.21 0 0.13 218.63 0.53 0.73
Hex 96 B0 DF 21 15 0 D DB 35 49
Octal 226 260 337 41 25 0 15 333 65 111
Binary 10010110 10110000 11011111 100001 10101 0 1101 11011011 110101 1001001

Color Harmonies of #96B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0DF

Black with #96B0DF

Text Example


Text Example

White with #96B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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