Shades of Regent St Blue #95C2CF
Tints of Regent St Blue #95C2CF
RGB
CMYK
RGB Variations
Color information
#95C2CF (or 0x95C2CF) is known color: Regent St Blue. HEX triplet: 95, C2 and CF. RGB value is (149,194,207). Sum of RGB (Red+Green+Blue) = 149+194+207=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #95C2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2CF is #6A3D30. Grayscale: #B5B5B5. Windows color (decimal): -6962481 or 13615765. OLE color: 13615765.
HSL color Cylindrical-coordinate representation of color #95C2CF: hue angle of 193.45º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C2CF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 194 | 207 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.19 |
| HSL | 193.45º | 0.38% | 0.7% | - |
| HSV(B) | 193.45º | 0.28% | 0.81% | - |
| XYZ | 42.95 | 49.48 | 66.32 | - |
| YUV | 182.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 207 | 0.28 | 0.06 | 0 | 0.19 | 193.45 | 0.38 | 0.7 |
| Hex | 95 | C2 | CF | 1C | 6 | 0 | 13 | C1 | 26 | 46 |
| Octal | 225 | 302 | 317 | 34 | 6 | 0 | 23 | 301 | 46 | 106 |
| Binary | 10010101 | 11000010 | 11001111 | 11100 | 110 | 0 | 10011 | 11000001 | 100110 | 1000110 |
Color Harmonies of #95C2CF
Complementary color
Monochromatic Colors of #95C2CF
Black with #95C2CF
Text Example
Text Example
White with #95C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2CF; }
p { color: rgb(149,194,207); }
H1.HeaderClassName
{
color: #95C2CF;
}
.AnyTagClassName
{
color: #95C2CF;
}
</style>
background-color css
<style>
a { background-color: #95C2CF; }
a { background-color: rgb(149,194,207); }
div.DivClassName
{
background-color: #95C2CF;
}
.BgClassName
{
background-color: #95C2CF;
}
</style>
border-color css
<style>
span { border-color: #95C2CF; }
span { border-color: rgb(149,194,207); }
td.TdClassName
{
border-color: #95C2CF;
}
.TagClassName
{
border-color: #95C2CF;
}
</style>