Shades of Regent St Blue #93CFDE
Tints of Regent St Blue #93CFDE
RGB
CMYK
RGB Variations
Color information
#93CFDE (or 0x93CFDE) is known color: Regent St Blue. HEX triplet: 93, CF and DE. RGB value is (147,207,222). Sum of RGB (Red+Green+Blue) = 147+207+222=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFDE is #6C3021. Grayscale: #BEBEBE. Windows color (decimal): -7090210 or 14602131. OLE color: 14602131.
HSL color Cylindrical-coordinate representation of color #93CFDE: hue angle of 192º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CFDE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 207 | 222 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.13 |
| HSL | 192º | 0.53% | 0.72% | - |
| HSV(B) | 192º | 0.34% | 0.87% | - |
| XYZ | 47.53 | 56.1 | 77.43 | - |
| YUV | 190.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 222 | 0.34 | 0.07 | 0 | 0.13 | 192 | 0.53 | 0.72 |
| Hex | 93 | CF | DE | 22 | 7 | 0 | D | C0 | 35 | 48 |
| Octal | 223 | 317 | 336 | 42 | 7 | 0 | 15 | 300 | 65 | 110 |
| Binary | 10010011 | 11001111 | 11011110 | 100010 | 111 | 0 | 1101 | 11000000 | 110101 | 1001000 |
Color Harmonies of #93CFDE
Complementary color
Monochromatic Colors of #93CFDE
Black with #93CFDE
Text Example
Text Example
White with #93CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFDE; }
p { color: rgb(147,207,222); }
H1.HeaderClassName
{
color: #93CFDE;
}
.AnyTagClassName
{
color: #93CFDE;
}
</style>
background-color css
<style>
a { background-color: #93CFDE; }
a { background-color: rgb(147,207,222); }
div.DivClassName
{
background-color: #93CFDE;
}
.BgClassName
{
background-color: #93CFDE;
}
</style>
border-color css
<style>
span { border-color: #93CFDE; }
span { border-color: rgb(147,207,222); }
td.TdClassName
{
border-color: #93CFDE;
}
.TagClassName
{
border-color: #93CFDE;
}
</style>