Shades of Regent St Blue #95C8DC
Tints of Regent St Blue #95C8DC
RGB
CMYK
RGB Variations
Color information
#95C8DC (or 0x95C8DC) is known color: Regent St Blue. HEX triplet: 95, C8 and DC. RGB value is (149,200,220). Sum of RGB (Red+Green+Blue) = 149+200+220=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #95C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8DC is #6A3723. Grayscale: #BABABA. Windows color (decimal): -6960932 or 14469269. OLE color: 14469269.
HSL color Cylindrical-coordinate representation of color #95C8DC: hue angle of 196.9º 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 #95C8DC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 200 | 220 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.14 |
| HSL | 196.9º | 0.5% | 0.72% | - |
| HSV(B) | 196.9º | 0.32% | 0.86% | - |
| XYZ | 45.97 | 52.87 | 75.49 | - |
| YUV | 187.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 220 | 0.32 | 0.09 | 0 | 0.14 | 196.9 | 0.5 | 0.72 |
| Hex | 95 | C8 | DC | 20 | 9 | 0 | E | C5 | 32 | 48 |
| Octal | 225 | 310 | 334 | 40 | 11 | 0 | 16 | 305 | 62 | 110 |
| Binary | 10010101 | 11001000 | 11011100 | 100000 | 1001 | 0 | 1110 | 11000101 | 110010 | 1001000 |
Color Harmonies of #95C8DC
Complementary color
Monochromatic Colors of #95C8DC
Black with #95C8DC
Text Example
Text Example
White with #95C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C8DC; }
p { color: rgb(149,200,220); }
H1.HeaderClassName
{
color: #95C8DC;
}
.AnyTagClassName
{
color: #95C8DC;
}
</style>
background-color css
<style>
a { background-color: #95C8DC; }
a { background-color: rgb(149,200,220); }
div.DivClassName
{
background-color: #95C8DC;
}
.BgClassName
{
background-color: #95C8DC;
}
</style>
border-color css
<style>
span { border-color: #95C8DC; }
span { border-color: rgb(149,200,220); }
td.TdClassName
{
border-color: #95C8DC;
}
.TagClassName
{
border-color: #95C8DC;
}
</style>