Shades of Regent St Blue #94CFDC
Tints of Regent St Blue #94CFDC
RGB
CMYK
RGB Variations
Color information
#94CFDC (or 0x94CFDC) is known color: Regent St Blue. HEX triplet: 94, CF and DC. RGB value is (148,207,220). Sum of RGB (Red+Green+Blue) = 148+207+220=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #94CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFDC is #6B3023. Grayscale: #BEBEBE. Windows color (decimal): -7024676 or 14471060. OLE color: 14471060.
HSL color Cylindrical-coordinate representation of color #94CFDC: hue angle of 190.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94CFDC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 207 | 220 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.14 |
| HSL | 190.83º | 0.51% | 0.72% | - |
| HSV(B) | 190.83º | 0.33% | 0.86% | - |
| XYZ | 47.44 | 56.09 | 76.04 | - |
| YUV | 190.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 207 | 220 | 0.33 | 0.06 | 0 | 0.14 | 190.83 | 0.51 | 0.72 |
| Hex | 94 | CF | DC | 21 | 6 | 0 | E | BF | 33 | 48 |
| Octal | 224 | 317 | 334 | 41 | 6 | 0 | 16 | 277 | 63 | 110 |
| Binary | 10010100 | 11001111 | 11011100 | 100001 | 110 | 0 | 1110 | 10111111 | 110011 | 1001000 |
Color Harmonies of #94CFDC
Complementary color
Monochromatic Colors of #94CFDC
Black with #94CFDC
Text Example
Text Example
White with #94CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CFDC; }
p { color: rgb(148,207,220); }
H1.HeaderClassName
{
color: #94CFDC;
}
.AnyTagClassName
{
color: #94CFDC;
}
</style>
background-color css
<style>
a { background-color: #94CFDC; }
a { background-color: rgb(148,207,220); }
div.DivClassName
{
background-color: #94CFDC;
}
.BgClassName
{
background-color: #94CFDC;
}
</style>
border-color css
<style>
span { border-color: #94CFDC; }
span { border-color: rgb(148,207,220); }
td.TdClassName
{
border-color: #94CFDC;
}
.TagClassName
{
border-color: #94CFDC;
}
</style>