Shades of Blue Bell #99A1D2
Tints of Blue Bell #99A1D2
RGB
CMYK
RGB Variations
Color information
#99A1D2 (or 0x99A1D2) is known color: Blue Bell. HEX triplet: 99, A1 and D2. RGB value is (153,161,210). Sum of RGB (Red+Green+Blue) = 153+161+210=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #99A1D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1D2 is #665E2D. Grayscale: #A3A3A3. Windows color (decimal): -6708782 or 13803929. OLE color: 13803929.
HSL color Cylindrical-coordinate representation of color #99A1D2: hue angle of 231.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A1D2 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 161 | 210 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.18 |
| HSL | 231.58º | 0.39% | 0.71% | - |
| HSV(B) | 231.58º | 0.27% | 0.82% | - |
| XYZ | 37.51 | 36.92 | 66.12 | - |
| YUV | 164.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 210 | 0.27 | 0.23 | 0 | 0.18 | 231.58 | 0.39 | 0.71 |
| Hex | 99 | A1 | D2 | 1B | 17 | 0 | 12 | E8 | 27 | 47 |
| Octal | 231 | 241 | 322 | 33 | 27 | 0 | 22 | 350 | 47 | 107 |
| Binary | 10011001 | 10100001 | 11010010 | 11011 | 10111 | 0 | 10010 | 11101000 | 100111 | 1000111 |
Color Harmonies of #99A1D2
Complementary color
Monochromatic Colors of #99A1D2
Black with #99A1D2
Text Example
Text Example
White with #99A1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1D2; }
p { color: rgb(153,161,210); }
H1.HeaderClassName
{
color: #99A1D2;
}
.AnyTagClassName
{
color: #99A1D2;
}
</style>
background-color css
<style>
a { background-color: #99A1D2; }
a { background-color: rgb(153,161,210); }
div.DivClassName
{
background-color: #99A1D2;
}
.BgClassName
{
background-color: #99A1D2;
}
</style>
border-color css
<style>
span { border-color: #99A1D2; }
span { border-color: rgb(153,161,210); }
td.TdClassName
{
border-color: #99A1D2;
}
.TagClassName
{
border-color: #99A1D2;
}
</style>