Shades of Echo Blue #99B3DE
Tints of Echo Blue #99B3DE
RGB
CMYK
RGB Variations
Color information
#99B3DE (or 0x99B3DE) is known color: Echo Blue. HEX triplet: 99, B3 and DE. RGB value is (153,179,222). Sum of RGB (Red+Green+Blue) = 153+179+222=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #99B3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3DE is #664C21. Grayscale: #AFAFAF. Windows color (decimal): -6704162 or 14594969. OLE color: 14594969.
HSL color Cylindrical-coordinate representation of color #99B3DE: hue angle of 217.39º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B3DE is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 179 | 222 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.13 |
| HSL | 217.39º | 0.51% | 0.74% | - |
| HSV(B) | 217.39º | 0.31% | 0.87% | - |
| XYZ | 42.44 | 44.29 | 75.42 | - |
| YUV | 176.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 222 | 0.31 | 0.19 | 0 | 0.13 | 217.39 | 0.51 | 0.74 |
| Hex | 99 | B3 | DE | 1F | 13 | 0 | D | D9 | 33 | 4A |
| Octal | 231 | 263 | 336 | 37 | 23 | 0 | 15 | 331 | 63 | 112 |
| Binary | 10011001 | 10110011 | 11011110 | 11111 | 10011 | 0 | 1101 | 11011001 | 110011 | 1001010 |
Color Harmonies of #99B3DE
Complementary color
Monochromatic Colors of #99B3DE
Black with #99B3DE
Text Example
Text Example
White with #99B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B3DE; }
p { color: rgb(153,179,222); }
H1.HeaderClassName
{
color: #99B3DE;
}
.AnyTagClassName
{
color: #99B3DE;
}
</style>
background-color css
<style>
a { background-color: #99B3DE; }
a { background-color: rgb(153,179,222); }
div.DivClassName
{
background-color: #99B3DE;
}
.BgClassName
{
background-color: #99B3DE;
}
</style>
border-color css
<style>
span { border-color: #99B3DE; }
span { border-color: rgb(153,179,222); }
td.TdClassName
{
border-color: #99B3DE;
}
.TagClassName
{
border-color: #99B3DE;
}
</style>