Shades of Regent St Blue #95CCDB
Tints of Regent St Blue #95CCDB
RGB
CMYK
RGB Variations
Color information
#95CCDB (or 0x95CCDB) is known color: Regent St Blue. HEX triplet: 95, CC and DB. RGB value is (149,204,219). Sum of RGB (Red+Green+Blue) = 149+204+219=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #95CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CCDB is #6A3324. Grayscale: #BDBDBD. Windows color (decimal): -6959909 or 14404757. OLE color: 14404757.
HSL color Cylindrical-coordinate representation of color #95CCDB: hue angle of 192.86º degrees, saturation: 0.49, 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 #95CCDB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 204 | 219 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.14 |
| HSL | 192.86º | 0.49% | 0.72% | - |
| HSV(B) | 192.86º | 0.32% | 0.86% | - |
| XYZ | 46.77 | 54.69 | 75.11 | - |
| YUV | 189.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 204 | 219 | 0.32 | 0.07 | 0 | 0.14 | 192.86 | 0.49 | 0.72 |
| Hex | 95 | CC | DB | 20 | 7 | 0 | E | C1 | 31 | 48 |
| Octal | 225 | 314 | 333 | 40 | 7 | 0 | 16 | 301 | 61 | 110 |
| Binary | 10010101 | 11001100 | 11011011 | 100000 | 111 | 0 | 1110 | 11000001 | 110001 | 1001000 |
Color Harmonies of #95CCDB
Complementary color
Monochromatic Colors of #95CCDB
Black with #95CCDB
Text Example
Text Example
White with #95CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CCDB; }
p { color: rgb(149,204,219); }
H1.HeaderClassName
{
color: #95CCDB;
}
.AnyTagClassName
{
color: #95CCDB;
}
</style>
background-color css
<style>
a { background-color: #95CCDB; }
a { background-color: rgb(149,204,219); }
div.DivClassName
{
background-color: #95CCDB;
}
.BgClassName
{
background-color: #95CCDB;
}
</style>
border-color css
<style>
span { border-color: #95CCDB; }
span { border-color: rgb(149,204,219); }
td.TdClassName
{
border-color: #95CCDB;
}
.TagClassName
{
border-color: #95CCDB;
}
</style>