Shades of Regent St Blue #93CFDD
Tints of Regent St Blue #93CFDD
RGB
CMYK
RGB Variations
Color information
#93CFDD (or 0x93CFDD) is known color: Regent St Blue. HEX triplet: 93, CF and DD. RGB value is (147,207,221). Sum of RGB (Red+Green+Blue) = 147+207+221=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #93CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFDD is #6C3022. Grayscale: #BEBEBE. Windows color (decimal): -7090211 or 14536595. OLE color: 14536595.
HSL color Cylindrical-coordinate representation of color #93CFDD: hue angle of 191.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93CFDD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 207 | 221 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.13 |
| HSL | 191.35º | 0.52% | 0.72% | - |
| HSV(B) | 191.35º | 0.33% | 0.87% | - |
| XYZ | 47.4 | 56.05 | 76.73 | - |
| YUV | 190.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 221 | 0.33 | 0.06 | 0 | 0.13 | 191.35 | 0.52 | 0.72 |
| Hex | 93 | CF | DD | 21 | 6 | 0 | D | BF | 34 | 48 |
| Octal | 223 | 317 | 335 | 41 | 6 | 0 | 15 | 277 | 64 | 110 |
| Binary | 10010011 | 11001111 | 11011101 | 100001 | 110 | 0 | 1101 | 10111111 | 110100 | 1001000 |
Color Harmonies of #93CFDD
Complementary color
Monochromatic Colors of #93CFDD
Black with #93CFDD
Text Example
Text Example
White with #93CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFDD; }
p { color: rgb(147,207,221); }
H1.HeaderClassName
{
color: #93CFDD;
}
.AnyTagClassName
{
color: #93CFDD;
}
</style>
background-color css
<style>
a { background-color: #93CFDD; }
a { background-color: rgb(147,207,221); }
div.DivClassName
{
background-color: #93CFDD;
}
.BgClassName
{
background-color: #93CFDD;
}
</style>
border-color css
<style>
span { border-color: #93CFDD; }
span { border-color: rgb(147,207,221); }
td.TdClassName
{
border-color: #93CFDD;
}
.TagClassName
{
border-color: #93CFDD;
}
</style>