Shades of Regent St Blue #95C7D7
Tints of Regent St Blue #95C7D7
RGB
CMYK
RGB Variations
Color information
#95C7D7 (or 0x95C7D7) is known color: Regent St Blue. HEX triplet: 95, C7 and D7. RGB value is (149,199,215). Sum of RGB (Red+Green+Blue) = 149+199+215=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #95C7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7D7 is #6A3828. Grayscale: #B9B9B9. Windows color (decimal): -6961193 or 14141333. OLE color: 14141333.
HSL color Cylindrical-coordinate representation of color #95C7D7: hue angle of 194.55º 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 #95C7D7 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 199 | 215 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.16 |
| HSL | 194.55º | 0.45% | 0.71% | - |
| HSV(B) | 194.55º | 0.31% | 0.84% | - |
| XYZ | 45.08 | 52.14 | 71.98 | - |
| YUV | 185.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 215 | 0.31 | 0.07 | 0 | 0.16 | 194.55 | 0.45 | 0.71 |
| Hex | 95 | C7 | D7 | 1F | 7 | 0 | 10 | C3 | 2D | 47 |
| Octal | 225 | 307 | 327 | 37 | 7 | 0 | 20 | 303 | 55 | 107 |
| Binary | 10010101 | 11000111 | 11010111 | 11111 | 111 | 0 | 10000 | 11000011 | 101101 | 1000111 |
Color Harmonies of #95C7D7
Complementary color
Monochromatic Colors of #95C7D7
Black with #95C7D7
Text Example
Text Example
White with #95C7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C7D7; }
p { color: rgb(149,199,215); }
H1.HeaderClassName
{
color: #95C7D7;
}
.AnyTagClassName
{
color: #95C7D7;
}
</style>
background-color css
<style>
a { background-color: #95C7D7; }
a { background-color: rgb(149,199,215); }
div.DivClassName
{
background-color: #95C7D7;
}
.BgClassName
{
background-color: #95C7D7;
}
</style>
border-color css
<style>
span { border-color: #95C7D7; }
span { border-color: rgb(149,199,215); }
td.TdClassName
{
border-color: #95C7D7;
}
.TagClassName
{
border-color: #95C7D7;
}
</style>