Shades of Regent St Blue #96BFCC
Tints of Regent St Blue #96BFCC
RGB
CMYK
RGB Variations
Color information
#96BFCC (or 0x96BFCC) is known color: Regent St Blue. HEX triplet: 96, BF and CC. RGB value is (150,191,204). Sum of RGB (Red+Green+Blue) = 150+191+204=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #96BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFCC is #694033. Grayscale: #B4B4B4. Windows color (decimal): -6897716 or 13418390. OLE color: 13418390.
HSL color Cylindrical-coordinate representation of color #96BFCC: hue angle of 194.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BFCC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 191 | 204 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.2 |
| HSL | 194.44º | 0.35% | 0.69% | - |
| HSV(B) | 194.44º | 0.26% | 0.8% | - |
| XYZ | 42.11 | 48.11 | 64.19 | - |
| YUV | 180.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 204 | 0.26 | 0.06 | 0 | 0.2 | 194.44 | 0.35 | 0.69 |
| Hex | 96 | BF | CC | 1A | 6 | 0 | 14 | C2 | 23 | 45 |
| Octal | 226 | 277 | 314 | 32 | 6 | 0 | 24 | 302 | 43 | 105 |
| Binary | 10010110 | 10111111 | 11001100 | 11010 | 110 | 0 | 10100 | 11000010 | 100011 | 1000101 |
Color Harmonies of #96BFCC
Complementary color
Monochromatic Colors of #96BFCC
Black with #96BFCC
Text Example
Text Example
White with #96BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFCC; }
p { color: rgb(150,191,204); }
H1.HeaderClassName
{
color: #96BFCC;
}
.AnyTagClassName
{
color: #96BFCC;
}
</style>
background-color css
<style>
a { background-color: #96BFCC; }
a { background-color: rgb(150,191,204); }
div.DivClassName
{
background-color: #96BFCC;
}
.BgClassName
{
background-color: #96BFCC;
}
</style>
border-color css
<style>
span { border-color: #96BFCC; }
span { border-color: rgb(150,191,204); }
td.TdClassName
{
border-color: #96BFCC;
}
.TagClassName
{
border-color: #96BFCC;
}
</style>