Shades of Regent St Blue #99BFD2
Tints of Regent St Blue #99BFD2
RGB
CMYK
RGB Variations
Color information
#99BFD2 (or 0x99BFD2) is known color: Regent St Blue. HEX triplet: 99, BF and D2. RGB value is (153,191,210). Sum of RGB (Red+Green+Blue) = 153+191+210=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #99BFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFD2 is #66402D. Grayscale: #B5B5B5. Windows color (decimal): -6701102 or 13811609. OLE color: 13811609.
HSL color Cylindrical-coordinate representation of color #99BFD2: hue angle of 200º 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 #99BFD2 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 191 | 210 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.18 |
| HSL | 200º | 0.39% | 0.71% | - |
| HSV(B) | 200º | 0.27% | 0.82% | - |
| XYZ | 43.4 | 48.69 | 68.08 | - |
| YUV | 181.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 210 | 0.27 | 0.09 | 0 | 0.18 | 200 | 0.39 | 0.71 |
| Hex | 99 | BF | D2 | 1B | 9 | 0 | 12 | C8 | 27 | 47 |
| Octal | 231 | 277 | 322 | 33 | 11 | 0 | 22 | 310 | 47 | 107 |
| Binary | 10011001 | 10111111 | 11010010 | 11011 | 1001 | 0 | 10010 | 11001000 | 100111 | 1000111 |
Color Harmonies of #99BFD2
Complementary color
Monochromatic Colors of #99BFD2
Black with #99BFD2
Text Example
Text Example
White with #99BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFD2; }
p { color: rgb(153,191,210); }
H1.HeaderClassName
{
color: #99BFD2;
}
.AnyTagClassName
{
color: #99BFD2;
}
</style>
background-color css
<style>
a { background-color: #99BFD2; }
a { background-color: rgb(153,191,210); }
div.DivClassName
{
background-color: #99BFD2;
}
.BgClassName
{
background-color: #99BFD2;
}
</style>
border-color css
<style>
span { border-color: #99BFD2; }
span { border-color: rgb(153,191,210); }
td.TdClassName
{
border-color: #99BFD2;
}
.TagClassName
{
border-color: #99BFD2;
}
</style>