Shades of Regent St Blue #95BED7
Tints of Regent St Blue #95BED7
RGB
CMYK
RGB Variations
Color information
#95BED7 (or 0x95BED7) is known color: Regent St Blue. HEX triplet: 95, BE and D7. RGB value is (149,190,215). Sum of RGB (Red+Green+Blue) = 149+190+215=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #95BED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED7 is #6A4128. Grayscale: #B4B4B4. Windows color (decimal): -6963497 or 14139029. OLE color: 14139029.
HSL color Cylindrical-coordinate representation of color #95BED7: hue angle of 202.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BED7 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 190 | 215 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.16 |
| HSL | 202.73º | 0.45% | 0.71% | - |
| HSV(B) | 202.73º | 0.31% | 0.84% | - |
| XYZ | 43.07 | 48.12 | 71.31 | - |
| YUV | 180.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 215 | 0.31 | 0.12 | 0 | 0.16 | 202.73 | 0.45 | 0.71 |
| Hex | 95 | BE | D7 | 1F | C | 0 | 10 | CB | 2D | 47 |
| Octal | 225 | 276 | 327 | 37 | 14 | 0 | 20 | 313 | 55 | 107 |
| Binary | 10010101 | 10111110 | 11010111 | 11111 | 1100 | 0 | 10000 | 11001011 | 101101 | 1000111 |
Color Harmonies of #95BED7
Complementary color
Monochromatic Colors of #95BED7
Black with #95BED7
Text Example
Text Example
White with #95BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BED7; }
p { color: rgb(149,190,215); }
H1.HeaderClassName
{
color: #95BED7;
}
.AnyTagClassName
{
color: #95BED7;
}
</style>
background-color css
<style>
a { background-color: #95BED7; }
a { background-color: rgb(149,190,215); }
div.DivClassName
{
background-color: #95BED7;
}
.BgClassName
{
background-color: #95BED7;
}
</style>
border-color css
<style>
span { border-color: #95BED7; }
span { border-color: rgb(149,190,215); }
td.TdClassName
{
border-color: #95BED7;
}
.TagClassName
{
border-color: #95BED7;
}
</style>