#96B3DF

Color #96B3DF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #96B3DF

Tints of Echo Blue #96B3DF

Color information

#96B3DF (or 0x96B3DF) is unknown color: approx Echo Blue. HEX triplet: 96, B3 and DF. RGB value is (150,179,223). Sum of RGB (Red+Green+Blue) = 150+179+223=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3DF is #694C20. Grayscale: #AFAFAF. Windows color (decimal): -6900769 or 14660502. OLE color: 14660502.

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

Color convert

RGB150179223-
CMYK0.330.2000.13
HSL216.16º53.28%73.14%-
HSV(B)216.16º32.74%87.45%-
XYZ42.0244.0576.1-
YUV175.34154.89109.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=27.17%
G=32.43%
B=40.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501792230.330.2000.13216.1653.2873.14
Hex96B3DF21140Dd83549
Octal226263337412401533065111
Binary1001011010110011110111111000011010001101110110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96B3DF;
 }
 .AnyTagClassName
 {
   color: #96B3DF;
 }
</style>
background-color css

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

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

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

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

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

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