Shades of Regent St Blue #95C1CB
Tints of Regent St Blue #95C1CB
RGB
CMYK
RGB Variations
Color information
#95C1CB (or 0x95C1CB) is known color: Regent St Blue. HEX triplet: 95, C1 and CB. RGB value is (149,193,203). Sum of RGB (Red+Green+Blue) = 149+193+203=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #95C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1CB is #6A3E34. Grayscale: #B4B4B4. Windows color (decimal): -6962741 or 13353365. OLE color: 13353365.
HSL color Cylindrical-coordinate representation of color #95C1CB: hue angle of 191.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95C1CB is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 193 | 203 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.20 |
| HSL | 191.11º | 0.34% | 0.69% | - |
| HSV(B) | 191.11º | 0.27% | 0.8% | - |
| XYZ | 42.24 | 48.84 | 63.7 | - |
| YUV | 180.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 203 | 0.27 | 0.05 | 0 | 0.20 | 191.11 | 0.34 | 0.69 |
| Hex | 95 | C1 | CB | 1B | 5 | 0 | 14 | BF | 22 | 45 |
| Octal | 225 | 301 | 313 | 33 | 5 | 0 | 24 | 277 | 42 | 105 |
| Binary | 10010101 | 11000001 | 11001011 | 11011 | 101 | 0 | 10100 | 10111111 | 100010 | 1000101 |
Color Harmonies of #95C1CB
Complementary color
Monochromatic Colors of #95C1CB
Black with #95C1CB
Text Example
Text Example
White with #95C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1CB; }
p { color: rgb(149,193,203); }
H1.HeaderClassName
{
color: #95C1CB;
}
.AnyTagClassName
{
color: #95C1CB;
}
</style>
background-color css
<style>
a { background-color: #95C1CB; }
a { background-color: rgb(149,193,203); }
div.DivClassName
{
background-color: #95C1CB;
}
.BgClassName
{
background-color: #95C1CB;
}
</style>
border-color css
<style>
span { border-color: #95C1CB; }
span { border-color: rgb(149,193,203); }
td.TdClassName
{
border-color: #95C1CB;
}
.TagClassName
{
border-color: #95C1CB;
}
</style>