Shades of Blue Bell #99A2D4
Tints of Blue Bell #99A2D4
RGB
CMYK
RGB Variations
Color information
#99A2D4 (or 0x99A2D4) is known color: Blue Bell. HEX triplet: 99, A2 and D4. RGB value is (153,162,212). Sum of RGB (Red+Green+Blue) = 153+162+212=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #99A2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D4 is #665D2B. Grayscale: #A4A4A4. Windows color (decimal): -6708524 or 13935257. OLE color: 13935257.
HSL color Cylindrical-coordinate representation of color #99A2D4: hue angle of 230.85º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A2D4 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 162 | 212 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.17 |
| HSL | 230.85º | 0.41% | 0.72% | - |
| HSV(B) | 230.85º | 0.28% | 0.83% | - |
| XYZ | 37.94 | 37.37 | 67.5 | - |
| YUV | 165.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 212 | 0.28 | 0.24 | 0 | 0.17 | 230.85 | 0.41 | 0.72 |
| Hex | 99 | A2 | D4 | 1C | 18 | 0 | 11 | E7 | 29 | 48 |
| Octal | 231 | 242 | 324 | 34 | 30 | 0 | 21 | 347 | 51 | 110 |
| Binary | 10011001 | 10100010 | 11010100 | 11100 | 11000 | 0 | 10001 | 11100111 | 101001 | 1001000 |
Color Harmonies of #99A2D4
Complementary color
Monochromatic Colors of #99A2D4
Black with #99A2D4
Text Example
Text Example
White with #99A2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2D4; }
p { color: rgb(153,162,212); }
H1.HeaderClassName
{
color: #99A2D4;
}
.AnyTagClassName
{
color: #99A2D4;
}
</style>
background-color css
<style>
a { background-color: #99A2D4; }
a { background-color: rgb(153,162,212); }
div.DivClassName
{
background-color: #99A2D4;
}
.BgClassName
{
background-color: #99A2D4;
}
</style>
border-color css
<style>
span { border-color: #99A2D4; }
span { border-color: rgb(153,162,212); }
td.TdClassName
{
border-color: #99A2D4;
}
.TagClassName
{
border-color: #99A2D4;
}
</style>