Shades of Regent St Blue #94C8DB
Tints of Regent St Blue #94C8DB
RGB
CMYK
RGB Variations
Color information
#94C8DB (or 0x94C8DB) is known color: Regent St Blue. HEX triplet: 94, C8 and DB. RGB value is (148,200,219). Sum of RGB (Red+Green+Blue) = 148+200+219=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #94C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C8DB is #6B3724. Grayscale: #BABABA. Windows color (decimal): -7026469 or 14403732. OLE color: 14403732.
HSL color Cylindrical-coordinate representation of color #94C8DB: hue angle of 196.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C8DB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 200 | 219 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.14 |
| HSL | 196.06º | 0.5% | 0.72% | - |
| HSV(B) | 196.06º | 0.32% | 0.86% | - |
| XYZ | 45.65 | 52.72 | 74.79 | - |
| YUV | 186.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 219 | 0.32 | 0.09 | 0 | 0.14 | 196.06 | 0.5 | 0.72 |
| Hex | 94 | C8 | DB | 20 | 9 | 0 | E | C4 | 32 | 48 |
| Octal | 224 | 310 | 333 | 40 | 11 | 0 | 16 | 304 | 62 | 110 |
| Binary | 10010100 | 11001000 | 11011011 | 100000 | 1001 | 0 | 1110 | 11000100 | 110010 | 1001000 |
Color Harmonies of #94C8DB
Complementary color
Monochromatic Colors of #94C8DB
Black with #94C8DB
Text Example
Text Example
White with #94C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C8DB; }
p { color: rgb(148,200,219); }
H1.HeaderClassName
{
color: #94C8DB;
}
.AnyTagClassName
{
color: #94C8DB;
}
</style>
background-color css
<style>
a { background-color: #94C8DB; }
a { background-color: rgb(148,200,219); }
div.DivClassName
{
background-color: #94C8DB;
}
.BgClassName
{
background-color: #94C8DB;
}
</style>
border-color css
<style>
span { border-color: #94C8DB; }
span { border-color: rgb(148,200,219); }
td.TdClassName
{
border-color: #94C8DB;
}
.TagClassName
{
border-color: #94C8DB;
}
</style>