Shades of Regent St Blue #95CDD6
Tints of Regent St Blue #95CDD6
RGB
CMYK
RGB Variations
Color information
#95CDD6 (or 0x95CDD6) is known color: Regent St Blue. HEX triplet: 95, CD and D6. RGB value is (149,205,214). Sum of RGB (Red+Green+Blue) = 149+205+214=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #95CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDD6 is #6A3229. Grayscale: #BDBDBD. Windows color (decimal): -6959658 or 14077333. OLE color: 14077333.
HSL color Cylindrical-coordinate representation of color #95CDD6: hue angle of 188.31º degrees, saturation: 0.44, 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 #95CDD6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 205 | 214 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.16 |
| HSL | 188.31º | 0.44% | 0.71% | - |
| HSV(B) | 188.31º | 0.3% | 0.84% | - |
| XYZ | 46.36 | 54.91 | 71.77 | - |
| YUV | 189.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 214 | 0.30 | 0.04 | 0 | 0.16 | 188.31 | 0.44 | 0.71 |
| Hex | 95 | CD | D6 | 1E | 4 | 0 | 10 | BC | 2C | 47 |
| Octal | 225 | 315 | 326 | 36 | 4 | 0 | 20 | 274 | 54 | 107 |
| Binary | 10010101 | 11001101 | 11010110 | 11110 | 100 | 0 | 10000 | 10111100 | 101100 | 1000111 |
Color Harmonies of #95CDD6
Complementary color
Monochromatic Colors of #95CDD6
Black with #95CDD6
Text Example
Text Example
White with #95CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDD6; }
p { color: rgb(149,205,214); }
H1.HeaderClassName
{
color: #95CDD6;
}
.AnyTagClassName
{
color: #95CDD6;
}
</style>
background-color css
<style>
a { background-color: #95CDD6; }
a { background-color: rgb(149,205,214); }
div.DivClassName
{
background-color: #95CDD6;
}
.BgClassName
{
background-color: #95CDD6;
}
</style>
border-color css
<style>
span { border-color: #95CDD6; }
span { border-color: rgb(149,205,214); }
td.TdClassName
{
border-color: #95CDD6;
}
.TagClassName
{
border-color: #95CDD6;
}
</style>