Shades of Regent St Blue #95BBD1
Tints of Regent St Blue #95BBD1
RGB
CMYK
RGB Variations
Color information
#95BBD1 (or 0x95BBD1) is known color: Regent St Blue. HEX triplet: 95, BB and D1. RGB value is (149,187,209). Sum of RGB (Red+Green+Blue) = 149+187+209=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #95BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBD1 is #6A442E. Grayscale: #B2B2B2. Windows color (decimal): -6964271 or 13745045. OLE color: 13745045.
HSL color Cylindrical-coordinate representation of color #95BBD1: hue angle of 202º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95BBD1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 187 | 209 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.18 |
| HSL | 202º | 0.39% | 0.7% | - |
| HSV(B) | 202º | 0.29% | 0.82% | - |
| XYZ | 41.67 | 46.53 | 67.11 | - |
| YUV | 178.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 209 | 0.29 | 0.11 | 0 | 0.18 | 202 | 0.39 | 0.7 |
| Hex | 95 | BB | D1 | 1D | B | 0 | 12 | CA | 27 | 46 |
| Octal | 225 | 273 | 321 | 35 | 13 | 0 | 22 | 312 | 47 | 106 |
| Binary | 10010101 | 10111011 | 11010001 | 11101 | 1011 | 0 | 10010 | 11001010 | 100111 | 1000110 |
Color Harmonies of #95BBD1
Complementary color
Monochromatic Colors of #95BBD1
Black with #95BBD1
Text Example
Text Example
White with #95BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BBD1; }
p { color: rgb(149,187,209); }
H1.HeaderClassName
{
color: #95BBD1;
}
.AnyTagClassName
{
color: #95BBD1;
}
</style>
background-color css
<style>
a { background-color: #95BBD1; }
a { background-color: rgb(149,187,209); }
div.DivClassName
{
background-color: #95BBD1;
}
.BgClassName
{
background-color: #95BBD1;
}
</style>
border-color css
<style>
span { border-color: #95BBD1; }
span { border-color: rgb(149,187,209); }
td.TdClassName
{
border-color: #95BBD1;
}
.TagClassName
{
border-color: #95BBD1;
}
</style>