Shades of Regent St Blue #95C2D8
Tints of Regent St Blue #95C2D8
RGB
CMYK
RGB Variations
Color information
#95C2D8 (or 0x95C2D8) is known color: Regent St Blue. HEX triplet: 95, C2 and D8. RGB value is (149,194,216). Sum of RGB (Red+Green+Blue) = 149+194+216=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #95C2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2D8 is #6A3D27. Grayscale: #B6B6B6. Windows color (decimal): -6962472 or 14205589. OLE color: 14205589.
HSL color Cylindrical-coordinate representation of color #95C2D8: hue angle of 199.7º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C2D8 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 194 | 216 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.15 |
| HSL | 199.7º | 0.46% | 0.72% | - |
| HSV(B) | 199.7º | 0.31% | 0.85% | - |
| XYZ | 44.08 | 49.93 | 72.28 | - |
| YUV | 183.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 216 | 0.31 | 0.10 | 0 | 0.15 | 199.7 | 0.46 | 0.72 |
| Hex | 95 | C2 | D8 | 1F | A | 0 | F | C8 | 2E | 48 |
| Octal | 225 | 302 | 330 | 37 | 12 | 0 | 17 | 310 | 56 | 110 |
| Binary | 10010101 | 11000010 | 11011000 | 11111 | 1010 | 0 | 1111 | 11001000 | 101110 | 1001000 |
Color Harmonies of #95C2D8
Complementary color
Monochromatic Colors of #95C2D8
Black with #95C2D8
Text Example
Text Example
White with #95C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2D8; }
p { color: rgb(149,194,216); }
H1.HeaderClassName
{
color: #95C2D8;
}
.AnyTagClassName
{
color: #95C2D8;
}
</style>
background-color css
<style>
a { background-color: #95C2D8; }
a { background-color: rgb(149,194,216); }
div.DivClassName
{
background-color: #95C2D8;
}
.BgClassName
{
background-color: #95C2D8;
}
</style>
border-color css
<style>
span { border-color: #95C2D8; }
span { border-color: rgb(149,194,216); }
td.TdClassName
{
border-color: #95C2D8;
}
.TagClassName
{
border-color: #95C2D8;
}
</style>