Shades of Echo Blue #96B2DF
Tints of Echo Blue #96B2DF
RGB
CMYK
RGB Variations
Color information
#96B2DF (or 0x96B2DF) is known color: 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
| RGB | 150 | 178 | 223 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.13 |
| HSL | 216.99º | 0.53% | 0.73% | - |
| HSV(B) | 216.99º | 0.33% | 0.87% | - |
| XYZ | 41.82 | 43.65 | 76.03 | - |
| YUV | 174.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 223 | 0.33 | 0.20 | 0 | 0.13 | 216.99 | 0.53 | 0.73 |
| Hex | 96 | B2 | DF | 21 | 14 | 0 | D | D9 | 35 | 49 |
| Octal | 226 | 262 | 337 | 41 | 24 | 0 | 15 | 331 | 65 | 111 |
| Binary | 10010110 | 10110010 | 11011111 | 100001 | 10100 | 0 | 1101 | 11011001 | 110101 | 1001001 |
Color Harmonies of #96B2DF
Complementary color
Monochromatic Colors of #96B2DF
Black with #96B2DF
Text Example
Text Example
White with #96B2DF
Text Example
Text Example
HTML Codes & Css Web 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>