Shades of Regent St Blue #95C2CE
Tints of Regent St Blue #95C2CE
RGB
CMYK
RGB Variations
Color information
#95C2CE (or 0x95C2CE) is known color: Regent St Blue. HEX triplet: 95, C2 and CE. RGB value is (149,194,206). Sum of RGB (Red+Green+Blue) = 149+194+206=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #95C2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2CE is #6A3D31. Grayscale: #B5B5B5. Windows color (decimal): -6962482 or 13550229. OLE color: 13550229.
HSL color Cylindrical-coordinate representation of color #95C2CE: hue angle of 192.63º degrees, saturation: 0.37, 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 #95C2CE is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 194 | 206 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.19 |
| HSL | 192.63º | 0.37% | 0.7% | - |
| HSV(B) | 192.63º | 0.28% | 0.81% | - |
| XYZ | 42.83 | 49.43 | 65.68 | - |
| YUV | 181.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 206 | 0.28 | 0.06 | 0 | 0.19 | 192.63 | 0.37 | 0.7 |
| Hex | 95 | C2 | CE | 1C | 6 | 0 | 13 | C1 | 25 | 46 |
| Octal | 225 | 302 | 316 | 34 | 6 | 0 | 23 | 301 | 45 | 106 |
| Binary | 10010101 | 11000010 | 11001110 | 11100 | 110 | 0 | 10011 | 11000001 | 100101 | 1000110 |
Color Harmonies of #95C2CE
Complementary color
Monochromatic Colors of #95C2CE
Black with #95C2CE
Text Example
Text Example
White with #95C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2CE; }
p { color: rgb(149,194,206); }
H1.HeaderClassName
{
color: #95C2CE;
}
.AnyTagClassName
{
color: #95C2CE;
}
</style>
background-color css
<style>
a { background-color: #95C2CE; }
a { background-color: rgb(149,194,206); }
div.DivClassName
{
background-color: #95C2CE;
}
.BgClassName
{
background-color: #95C2CE;
}
</style>
border-color css
<style>
span { border-color: #95C2CE; }
span { border-color: rgb(149,194,206); }
td.TdClassName
{
border-color: #95C2CE;
}
.TagClassName
{
border-color: #95C2CE;
}
</style>