Shades of Regent St Blue #94C6D7
Tints of Regent St Blue #94C6D7
RGB
CMYK
RGB Variations
Color information
#94C6D7 (or 0x94C6D7) is known color: Regent St Blue. HEX triplet: 94, C6 and D7. RGB value is (148,198,215). Sum of RGB (Red+Green+Blue) = 148+198+215=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #94C6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6D7 is #6B3928. Grayscale: #B8B8B8. Windows color (decimal): -7026985 or 14141076. OLE color: 14141076.
HSL color Cylindrical-coordinate representation of color #94C6D7: hue angle of 195.22º degrees, saturation: 0.46, 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 #94C6D7 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 198 | 215 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.16 |
| HSL | 195.22º | 0.46% | 0.71% | - |
| HSV(B) | 195.22º | 0.31% | 0.84% | - |
| XYZ | 44.67 | 51.59 | 71.89 | - |
| YUV | 184.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 215 | 0.31 | 0.08 | 0 | 0.16 | 195.22 | 0.46 | 0.71 |
| Hex | 94 | C6 | D7 | 1F | 8 | 0 | 10 | C3 | 2E | 47 |
| Octal | 224 | 306 | 327 | 37 | 10 | 0 | 20 | 303 | 56 | 107 |
| Binary | 10010100 | 11000110 | 11010111 | 11111 | 1000 | 0 | 10000 | 11000011 | 101110 | 1000111 |
Color Harmonies of #94C6D7
Complementary color
Monochromatic Colors of #94C6D7
Black with #94C6D7
Text Example
Text Example
White with #94C6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6D7; }
p { color: rgb(148,198,215); }
H1.HeaderClassName
{
color: #94C6D7;
}
.AnyTagClassName
{
color: #94C6D7;
}
</style>
background-color css
<style>
a { background-color: #94C6D7; }
a { background-color: rgb(148,198,215); }
div.DivClassName
{
background-color: #94C6D7;
}
.BgClassName
{
background-color: #94C6D7;
}
</style>
border-color css
<style>
span { border-color: #94C6D7; }
span { border-color: rgb(148,198,215); }
td.TdClassName
{
border-color: #94C6D7;
}
.TagClassName
{
border-color: #94C6D7;
}
</style>