Shades of Regent St Blue #96BBD1
Tints of Regent St Blue #96BBD1
RGB
CMYK
RGB Variations
Color information
#96BBD1 (or 0x96BBD1) is known color: Regent St Blue. HEX triplet: 96, BB and D1. RGB value is (150,187,209). Sum of RGB (Red+Green+Blue) = 150+187+209=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #96BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBD1 is #69442E. Grayscale: #B2B2B2. Windows color (decimal): -6898735 or 13745046. OLE color: 13745046.
HSL color Cylindrical-coordinate representation of color #96BBD1: hue angle of 202.37º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BBD1 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 187 | 209 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.18 |
| HSL | 202.37º | 0.39% | 0.7% | - |
| HSV(B) | 202.37º | 0.28% | 0.82% | - |
| XYZ | 41.86 | 46.63 | 67.12 | - |
| YUV | 178.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 209 | 0.28 | 0.11 | 0 | 0.18 | 202.37 | 0.39 | 0.7 |
| Hex | 96 | BB | D1 | 1C | B | 0 | 12 | CA | 27 | 46 |
| Octal | 226 | 273 | 321 | 34 | 13 | 0 | 22 | 312 | 47 | 106 |
| Binary | 10010110 | 10111011 | 11010001 | 11100 | 1011 | 0 | 10010 | 11001010 | 100111 | 1000110 |
Color Harmonies of #96BBD1
Complementary color
Monochromatic Colors of #96BBD1
Black with #96BBD1
Text Example
Text Example
White with #96BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBD1; }
p { color: rgb(150,187,209); }
H1.HeaderClassName
{
color: #96BBD1;
}
.AnyTagClassName
{
color: #96BBD1;
}
</style>
background-color css
<style>
a { background-color: #96BBD1; }
a { background-color: rgb(150,187,209); }
div.DivClassName
{
background-color: #96BBD1;
}
.BgClassName
{
background-color: #96BBD1;
}
</style>
border-color css
<style>
span { border-color: #96BBD1; }
span { border-color: rgb(150,187,209); }
td.TdClassName
{
border-color: #96BBD1;
}
.TagClassName
{
border-color: #96BBD1;
}
</style>