Shades of Regent St Blue #95C1D7
Tints of Regent St Blue #95C1D7
RGB
CMYK
RGB Variations
Color information
#95C1D7 (or 0x95C1D7) is known color: Regent St Blue. HEX triplet: 95, C1 and D7. RGB value is (149,193,215). Sum of RGB (Red+Green+Blue) = 149+193+215=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #95C1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1D7 is #6A3E28. Grayscale: #B6B6B6. Windows color (decimal): -6962729 or 14139797. OLE color: 14139797.
HSL color Cylindrical-coordinate representation of color #95C1D7: hue angle of 200º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C1D7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 193 | 215 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.16 |
| HSL | 200º | 0.45% | 0.71% | - |
| HSV(B) | 200º | 0.31% | 0.84% | - |
| XYZ | 43.73 | 49.44 | 71.53 | - |
| YUV | 182.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 215 | 0.31 | 0.10 | 0 | 0.16 | 200 | 0.45 | 0.71 |
| Hex | 95 | C1 | D7 | 1F | A | 0 | 10 | C8 | 2D | 47 |
| Octal | 225 | 301 | 327 | 37 | 12 | 0 | 20 | 310 | 55 | 107 |
| Binary | 10010101 | 11000001 | 11010111 | 11111 | 1010 | 0 | 10000 | 11001000 | 101101 | 1000111 |
Color Harmonies of #95C1D7
Complementary color
Monochromatic Colors of #95C1D7
Black with #95C1D7
Text Example
Text Example
White with #95C1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1D7; }
p { color: rgb(149,193,215); }
H1.HeaderClassName
{
color: #95C1D7;
}
.AnyTagClassName
{
color: #95C1D7;
}
</style>
background-color css
<style>
a { background-color: #95C1D7; }
a { background-color: rgb(149,193,215); }
div.DivClassName
{
background-color: #95C1D7;
}
.BgClassName
{
background-color: #95C1D7;
}
</style>
border-color css
<style>
span { border-color: #95C1D7; }
span { border-color: rgb(149,193,215); }
td.TdClassName
{
border-color: #95C1D7;
}
.TagClassName
{
border-color: #95C1D7;
}
</style>