Shades of Regent St Blue #95D4DD
Tints of Regent St Blue #95D4DD
RGB
CMYK
RGB Variations
Color information
#95D4DD (or 0x95D4DD) is known color: Regent St Blue. HEX triplet: 95, D4 and DD. RGB value is (149,212,221). Sum of RGB (Red+Green+Blue) = 149+212+221=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D4DD is #6A2B22. Grayscale: #C2C2C2. Windows color (decimal): -6957859 or 14537877. OLE color: 14537877.
HSL color Cylindrical-coordinate representation of color #95D4DD: hue angle of 187.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95D4DD is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 212 | 221 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.13 |
| HSL | 187.5º | 0.51% | 0.73% | - |
| HSV(B) | 187.5º | 0.33% | 0.87% | - |
| XYZ | 48.99 | 58.7 | 77.15 | - |
| YUV | 194.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 221 | 0.33 | 0.04 | 0 | 0.13 | 187.5 | 0.51 | 0.73 |
| Hex | 95 | D4 | DD | 21 | 4 | 0 | D | BC | 33 | 49 |
| Octal | 225 | 324 | 335 | 41 | 4 | 0 | 15 | 274 | 63 | 111 |
| Binary | 10010101 | 11010100 | 11011101 | 100001 | 100 | 0 | 1101 | 10111100 | 110011 | 1001001 |
Color Harmonies of #95D4DD
Complementary color
Monochromatic Colors of #95D4DD
Black with #95D4DD
Text Example
Text Example
White with #95D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D4DD; }
p { color: rgb(149,212,221); }
H1.HeaderClassName
{
color: #95D4DD;
}
.AnyTagClassName
{
color: #95D4DD;
}
</style>
background-color css
<style>
a { background-color: #95D4DD; }
a { background-color: rgb(149,212,221); }
div.DivClassName
{
background-color: #95D4DD;
}
.BgClassName
{
background-color: #95D4DD;
}
</style>
border-color css
<style>
span { border-color: #95D4DD; }
span { border-color: rgb(149,212,221); }
td.TdClassName
{
border-color: #95D4DD;
}
.TagClassName
{
border-color: #95D4DD;
}
</style>