Shades of Echo Blue #99B2DD
Tints of Echo Blue #99B2DD
RGB
CMYK
RGB Variations
Color information
#99B2DD (or 0x99B2DD) is known color: Echo Blue. HEX triplet: 99, B2 and DD. RGB value is (153,178,221). Sum of RGB (Red+Green+Blue) = 153+178+221=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #99B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2DD is #664D22. Grayscale: #AFAFAF. Windows color (decimal): -6704419 or 14529177. OLE color: 14529177.
HSL color Cylindrical-coordinate representation of color #99B2DD: hue angle of 217.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B2DD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 178 | 221 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.13 |
| HSL | 217.94º | 0.5% | 0.73% | - |
| HSV(B) | 217.94º | 0.31% | 0.87% | - |
| XYZ | 42.11 | 43.83 | 74.65 | - |
| YUV | 175.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 221 | 0.31 | 0.19 | 0 | 0.13 | 217.94 | 0.5 | 0.73 |
| Hex | 99 | B2 | DD | 1F | 13 | 0 | D | DA | 32 | 49 |
| Octal | 231 | 262 | 335 | 37 | 23 | 0 | 15 | 332 | 62 | 111 |
| Binary | 10011001 | 10110010 | 11011101 | 11111 | 10011 | 0 | 1101 | 11011010 | 110010 | 1001001 |
Color Harmonies of #99B2DD
Complementary color
Monochromatic Colors of #99B2DD
Black with #99B2DD
Text Example
Text Example
White with #99B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2DD; }
p { color: rgb(153,178,221); }
H1.HeaderClassName
{
color: #99B2DD;
}
.AnyTagClassName
{
color: #99B2DD;
}
</style>
background-color css
<style>
a { background-color: #99B2DD; }
a { background-color: rgb(153,178,221); }
div.DivClassName
{
background-color: #99B2DD;
}
.BgClassName
{
background-color: #99B2DD;
}
</style>
border-color css
<style>
span { border-color: #99B2DD; }
span { border-color: rgb(153,178,221); }
td.TdClassName
{
border-color: #99B2DD;
}
.TagClassName
{
border-color: #99B2DD;
}
</style>