Shades of Regent St Blue #96BED5
Tints of Regent St Blue #96BED5
RGB
CMYK
RGB Variations
Color information
#96BED5 (or 0x96BED5) is known color: Regent St Blue. HEX triplet: 96, BE and D5. RGB value is (150,190,213). Sum of RGB (Red+Green+Blue) = 150+190+213=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #96BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BED5 is #69412A. Grayscale: #B4B4B4. Windows color (decimal): -6897963 or 14007958. OLE color: 14007958.
HSL color Cylindrical-coordinate representation of color #96BED5: hue angle of 201.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BED5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 190 | 213 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.16 |
| HSL | 201.9º | 0.43% | 0.71% | - |
| HSV(B) | 201.9º | 0.3% | 0.84% | - |
| XYZ | 43 | 48.12 | 69.97 | - |
| YUV | 180.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 213 | 0.30 | 0.11 | 0 | 0.16 | 201.9 | 0.43 | 0.71 |
| Hex | 96 | BE | D5 | 1E | B | 0 | 10 | CA | 2B | 47 |
| Octal | 226 | 276 | 325 | 36 | 13 | 0 | 20 | 312 | 53 | 107 |
| Binary | 10010110 | 10111110 | 11010101 | 11110 | 1011 | 0 | 10000 | 11001010 | 101011 | 1000111 |
Color Harmonies of #96BED5
Complementary color
Monochromatic Colors of #96BED5
Black with #96BED5
Text Example
Text Example
White with #96BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BED5; }
p { color: rgb(150,190,213); }
H1.HeaderClassName
{
color: #96BED5;
}
.AnyTagClassName
{
color: #96BED5;
}
</style>
background-color css
<style>
a { background-color: #96BED5; }
a { background-color: rgb(150,190,213); }
div.DivClassName
{
background-color: #96BED5;
}
.BgClassName
{
background-color: #96BED5;
}
</style>
border-color css
<style>
span { border-color: #96BED5; }
span { border-color: rgb(150,190,213); }
td.TdClassName
{
border-color: #96BED5;
}
.TagClassName
{
border-color: #96BED5;
}
</style>