Shades of Regent St Blue #95BED5
Tints of Regent St Blue #95BED5
RGB
CMYK
RGB Variations
Color information
#95BED5 (or 0x95BED5) is known color: Regent St Blue. HEX triplet: 95, BE and D5. RGB value is (149,190,213). Sum of RGB (Red+Green+Blue) = 149+190+213=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #95BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED5 is #6A412A. Grayscale: #B4B4B4. Windows color (decimal): -6963499 or 14007957. OLE color: 14007957.
HSL color Cylindrical-coordinate representation of color #95BED5: hue angle of 201.56º 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 #95BED5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 190 | 213 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.16 |
| HSL | 201.56º | 0.43% | 0.71% | - |
| HSV(B) | 201.56º | 0.3% | 0.84% | - |
| XYZ | 42.82 | 48.02 | 69.96 | - |
| YUV | 180.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 213 | 0.30 | 0.11 | 0 | 0.16 | 201.56 | 0.43 | 0.71 |
| Hex | 95 | BE | D5 | 1E | B | 0 | 10 | CA | 2B | 47 |
| Octal | 225 | 276 | 325 | 36 | 13 | 0 | 20 | 312 | 53 | 107 |
| Binary | 10010101 | 10111110 | 11010101 | 11110 | 1011 | 0 | 10000 | 11001010 | 101011 | 1000111 |
Color Harmonies of #95BED5
Complementary color
Monochromatic Colors of #95BED5
Black with #95BED5
Text Example
Text Example
White with #95BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BED5; }
p { color: rgb(149,190,213); }
H1.HeaderClassName
{
color: #95BED5;
}
.AnyTagClassName
{
color: #95BED5;
}
</style>
background-color css
<style>
a { background-color: #95BED5; }
a { background-color: rgb(149,190,213); }
div.DivClassName
{
background-color: #95BED5;
}
.BgClassName
{
background-color: #95BED5;
}
</style>
border-color css
<style>
span { border-color: #95BED5; }
span { border-color: rgb(149,190,213); }
td.TdClassName
{
border-color: #95BED5;
}
.TagClassName
{
border-color: #95BED5;
}
</style>