#96B2DF

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

Shades of Echo Blue #96B2DF

Tints of Echo Blue #96B2DF

Color information

#96B2DF (or 0x96B2DF) is unknown color: approx Echo Blue. HEX triplet: 96, B2 and DF. RGB value is (150,178,223). Sum of RGB (Red+Green+Blue) = 150+178+223=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2DF is #694D20. Grayscale: #AEAEAE. Windows color (decimal): -6901025 or 14660246. OLE color: 14660246.

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

Color convert

RGB150178223-
CMYK0.330.2000.13
HSL216.99º53.28%73.14%-
HSV(B)216.99º32.74%87.45%-
XYZ41.8243.6576.03-
YUV174.76155.22110.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=27.22%
G=32.30%
B=40.47%

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
Decimal1501782230.330.2000.13216.9953.2873.14
Hex96B2DF21140Dd93549
Octal226262337412401533165111
Binary1001011010110010110111111000011010001101110110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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