Shades of Regent St Blue #93CFDC
Tints of Regent St Blue #93CFDC
RGB
CMYK
RGB Variations
Color information
#93CFDC (or 0x93CFDC) is known color: Regent St Blue. HEX triplet: 93, CF and DC. RGB value is (147,207,220). Sum of RGB (Red+Green+Blue) = 147+207+220=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #93CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFDC is #6C3023. Grayscale: #BEBEBE. Windows color (decimal): -7090212 or 14471059. OLE color: 14471059.
HSL color Cylindrical-coordinate representation of color #93CFDC: hue angle of 190.68º 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 #93CFDC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 207 | 220 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.14 |
| HSL | 190.68º | 0.51% | 0.72% | - |
| HSV(B) | 190.68º | 0.33% | 0.86% | - |
| XYZ | 47.26 | 56 | 76.03 | - |
| YUV | 190.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 220 | 0.33 | 0.06 | 0 | 0.14 | 190.68 | 0.51 | 0.72 |
| Hex | 93 | CF | DC | 21 | 6 | 0 | E | BF | 33 | 48 |
| Octal | 223 | 317 | 334 | 41 | 6 | 0 | 16 | 277 | 63 | 110 |
| Binary | 10010011 | 11001111 | 11011100 | 100001 | 110 | 0 | 1110 | 10111111 | 110011 | 1001000 |
Color Harmonies of #93CFDC
Complementary color
Monochromatic Colors of #93CFDC
Black with #93CFDC
Text Example
Text Example
White with #93CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFDC; }
p { color: rgb(147,207,220); }
H1.HeaderClassName
{
color: #93CFDC;
}
.AnyTagClassName
{
color: #93CFDC;
}
</style>
background-color css
<style>
a { background-color: #93CFDC; }
a { background-color: rgb(147,207,220); }
div.DivClassName
{
background-color: #93CFDC;
}
.BgClassName
{
background-color: #93CFDC;
}
</style>
border-color css
<style>
span { border-color: #93CFDC; }
span { border-color: rgb(147,207,220); }
td.TdClassName
{
border-color: #93CFDC;
}
.TagClassName
{
border-color: #93CFDC;
}
</style>