Shades of Regent St Blue #94C2D7
Tints of Regent St Blue #94C2D7
RGB
CMYK
RGB Variations
Color information
#94C2D7 (or 0x94C2D7) is known color: Regent St Blue. HEX triplet: 94, C2 and D7. RGB value is (148,194,215). Sum of RGB (Red+Green+Blue) = 148+194+215=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 194 (76.17% from 255 or 34.83% 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 #94C2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2D7 is #6B3D28. Grayscale: #B6B6B6. Windows color (decimal): -7028009 or 14140052. OLE color: 14140052.
HSL color Cylindrical-coordinate representation of color #94C2D7: hue angle of 198.81º 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 #94C2D7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 194 | 215 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.16 |
| HSL | 198.81º | 0.46% | 0.71% | - |
| HSV(B) | 198.81º | 0.31% | 0.84% | - |
| XYZ | 43.77 | 49.79 | 71.59 | - |
| YUV | 182.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 215 | 0.31 | 0.10 | 0 | 0.16 | 198.81 | 0.46 | 0.71 |
| Hex | 94 | C2 | D7 | 1F | A | 0 | 10 | C7 | 2E | 47 |
| Octal | 224 | 302 | 327 | 37 | 12 | 0 | 20 | 307 | 56 | 107 |
| Binary | 10010100 | 11000010 | 11010111 | 11111 | 1010 | 0 | 10000 | 11000111 | 101110 | 1000111 |
Color Harmonies of #94C2D7
Complementary color
Monochromatic Colors of #94C2D7
Black with #94C2D7
Text Example
Text Example
White with #94C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2D7; }
p { color: rgb(148,194,215); }
H1.HeaderClassName
{
color: #94C2D7;
}
.AnyTagClassName
{
color: #94C2D7;
}
</style>
background-color css
<style>
a { background-color: #94C2D7; }
a { background-color: rgb(148,194,215); }
div.DivClassName
{
background-color: #94C2D7;
}
.BgClassName
{
background-color: #94C2D7;
}
</style>
border-color css
<style>
span { border-color: #94C2D7; }
span { border-color: rgb(148,194,215); }
td.TdClassName
{
border-color: #94C2D7;
}
.TagClassName
{
border-color: #94C2D7;
}
</style>