Shades of Regent St Blue #99BFCC
Tints of Regent St Blue #99BFCC
RGB
CMYK
RGB Variations
Color information
#99BFCC (or 0x99BFCC) is known color: Regent St Blue. HEX triplet: 99, BF and CC. RGB value is (153,191,204). Sum of RGB (Red+Green+Blue) = 153+191+204=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #99BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFCC is #664033. Grayscale: #B5B5B5. Windows color (decimal): -6701108 or 13418393. OLE color: 13418393.
HSL color Cylindrical-coordinate representation of color #99BFCC: hue angle of 195.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BFCC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 191 | 204 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.2 |
| HSL | 195.29º | 0.33% | 0.7% | - |
| HSV(B) | 195.29º | 0.25% | 0.8% | - |
| XYZ | 42.67 | 48.39 | 64.22 | - |
| YUV | 181.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 204 | 0.25 | 0.06 | 0 | 0.2 | 195.29 | 0.33 | 0.7 |
| Hex | 99 | BF | CC | 19 | 6 | 0 | 14 | C3 | 21 | 46 |
| Octal | 231 | 277 | 314 | 31 | 6 | 0 | 24 | 303 | 41 | 106 |
| Binary | 10011001 | 10111111 | 11001100 | 11001 | 110 | 0 | 10100 | 11000011 | 100001 | 1000110 |
Color Harmonies of #99BFCC
Complementary color
Monochromatic Colors of #99BFCC
Black with #99BFCC
Text Example
Text Example
White with #99BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFCC; }
p { color: rgb(153,191,204); }
H1.HeaderClassName
{
color: #99BFCC;
}
.AnyTagClassName
{
color: #99BFCC;
}
</style>
background-color css
<style>
a { background-color: #99BFCC; }
a { background-color: rgb(153,191,204); }
div.DivClassName
{
background-color: #99BFCC;
}
.BgClassName
{
background-color: #99BFCC;
}
</style>
border-color css
<style>
span { border-color: #99BFCC; }
span { border-color: rgb(153,191,204); }
td.TdClassName
{
border-color: #99BFCC;
}
.TagClassName
{
border-color: #99BFCC;
}
</style>