Shades of Regent St Blue #95D2DC
Tints of Regent St Blue #95D2DC
RGB
CMYK
RGB Variations
Color information
#95D2DC (or 0x95D2DC) is known color: Regent St Blue. HEX triplet: 95, D2 and DC. RGB value is (149,210,220). Sum of RGB (Red+Green+Blue) = 149+210+220=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #95D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2DC is #6A2D23. Grayscale: #C0C0C0. Windows color (decimal): -6958372 or 14471829. OLE color: 14471829.
HSL color Cylindrical-coordinate representation of color #95D2DC: hue angle of 188.45º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D2DC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 210 | 220 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.14 |
| HSL | 188.45º | 0.5% | 0.72% | - |
| HSV(B) | 188.45º | 0.32% | 0.86% | - |
| XYZ | 48.36 | 57.65 | 76.29 | - |
| YUV | 192.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 220 | 0.32 | 0.05 | 0 | 0.14 | 188.45 | 0.5 | 0.72 |
| Hex | 95 | D2 | DC | 20 | 5 | 0 | E | BC | 32 | 48 |
| Octal | 225 | 322 | 334 | 40 | 5 | 0 | 16 | 274 | 62 | 110 |
| Binary | 10010101 | 11010010 | 11011100 | 100000 | 101 | 0 | 1110 | 10111100 | 110010 | 1001000 |
Color Harmonies of #95D2DC
Complementary color
Monochromatic Colors of #95D2DC
Black with #95D2DC
Text Example
Text Example
White with #95D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2DC; }
p { color: rgb(149,210,220); }
H1.HeaderClassName
{
color: #95D2DC;
}
.AnyTagClassName
{
color: #95D2DC;
}
</style>
background-color css
<style>
a { background-color: #95D2DC; }
a { background-color: rgb(149,210,220); }
div.DivClassName
{
background-color: #95D2DC;
}
.BgClassName
{
background-color: #95D2DC;
}
</style>
border-color css
<style>
span { border-color: #95D2DC; }
span { border-color: rgb(149,210,220); }
td.TdClassName
{
border-color: #95D2DC;
}
.TagClassName
{
border-color: #95D2DC;
}
</style>