Shades of Regent St Blue #93CEDD
Tints of Regent St Blue #93CEDD
RGB
CMYK
RGB Variations
Color information
#93CEDD (or 0x93CEDD) is known color: Regent St Blue. HEX triplet: 93, CE and DD. RGB value is (147,206,221). Sum of RGB (Red+Green+Blue) = 147+206+221=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #93CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEDD is #6C3122. Grayscale: #BDBDBD. Windows color (decimal): -7090467 or 14536339. OLE color: 14536339.
HSL color Cylindrical-coordinate representation of color #93CEDD: hue angle of 192.16º 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 #93CEDD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 206 | 221 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.13 |
| HSL | 192.16º | 0.52% | 0.72% | - |
| HSV(B) | 192.16º | 0.33% | 0.87% | - |
| XYZ | 47.16 | 55.57 | 76.65 | - |
| YUV | 190.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 221 | 0.33 | 0.07 | 0 | 0.13 | 192.16 | 0.52 | 0.72 |
| Hex | 93 | CE | DD | 21 | 7 | 0 | D | C0 | 34 | 48 |
| Octal | 223 | 316 | 335 | 41 | 7 | 0 | 15 | 300 | 64 | 110 |
| Binary | 10010011 | 11001110 | 11011101 | 100001 | 111 | 0 | 1101 | 11000000 | 110100 | 1001000 |
Color Harmonies of #93CEDD
Complementary color
Monochromatic Colors of #93CEDD
Black with #93CEDD
Text Example
Text Example
White with #93CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CEDD; }
p { color: rgb(147,206,221); }
H1.HeaderClassName
{
color: #93CEDD;
}
.AnyTagClassName
{
color: #93CEDD;
}
</style>
background-color css
<style>
a { background-color: #93CEDD; }
a { background-color: rgb(147,206,221); }
div.DivClassName
{
background-color: #93CEDD;
}
.BgClassName
{
background-color: #93CEDD;
}
</style>
border-color css
<style>
span { border-color: #93CEDD; }
span { border-color: rgb(147,206,221); }
td.TdClassName
{
border-color: #93CEDD;
}
.TagClassName
{
border-color: #93CEDD;
}
</style>