Shades of Regent St Blue #95C9DC
Tints of Regent St Blue #95C9DC
RGB
CMYK
RGB Variations
Color information
#95C9DC (or 0x95C9DC) is known color: Regent St Blue. HEX triplet: 95, C9 and DC. RGB value is (149,201,220). Sum of RGB (Red+Green+Blue) = 149+201+220=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #95C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9DC is #6A3623. Grayscale: #BBBBBB. Windows color (decimal): -6960676 or 14469525. OLE color: 14469525.
HSL color Cylindrical-coordinate representation of color #95C9DC: hue angle of 196.06º 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 #95C9DC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 201 | 220 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.14 |
| HSL | 196.06º | 0.5% | 0.72% | - |
| HSV(B) | 196.06º | 0.32% | 0.86% | - |
| XYZ | 46.2 | 53.33 | 75.57 | - |
| YUV | 187.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 220 | 0.32 | 0.09 | 0 | 0.14 | 196.06 | 0.5 | 0.72 |
| Hex | 95 | C9 | DC | 20 | 9 | 0 | E | C4 | 32 | 48 |
| Octal | 225 | 311 | 334 | 40 | 11 | 0 | 16 | 304 | 62 | 110 |
| Binary | 10010101 | 11001001 | 11011100 | 100000 | 1001 | 0 | 1110 | 11000100 | 110010 | 1001000 |
Color Harmonies of #95C9DC
Complementary color
Monochromatic Colors of #95C9DC
Black with #95C9DC
Text Example
Text Example
White with #95C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C9DC; }
p { color: rgb(149,201,220); }
H1.HeaderClassName
{
color: #95C9DC;
}
.AnyTagClassName
{
color: #95C9DC;
}
</style>
background-color css
<style>
a { background-color: #95C9DC; }
a { background-color: rgb(149,201,220); }
div.DivClassName
{
background-color: #95C9DC;
}
.BgClassName
{
background-color: #95C9DC;
}
</style>
border-color css
<style>
span { border-color: #95C9DC; }
span { border-color: rgb(149,201,220); }
td.TdClassName
{
border-color: #95C9DC;
}
.TagClassName
{
border-color: #95C9DC;
}
</style>