Shades of Regent St Blue #98CFDE
Tints of Regent St Blue #98CFDE
RGB
CMYK
RGB Variations
Color information
#98CFDE (or 0x98CFDE) is known color: Regent St Blue. HEX triplet: 98, CF and DE. RGB value is (152,207,222). Sum of RGB (Red+Green+Blue) = 152+207+222=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #98CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDE is #673021. Grayscale: #C0C0C0. Windows color (decimal): -6762530 or 14602136. OLE color: 14602136.
HSL color Cylindrical-coordinate representation of color #98CFDE: hue angle of 192.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CFDE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 207 | 222 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.13 |
| HSL | 192.86º | 0.51% | 0.73% | - |
| HSV(B) | 192.86º | 0.32% | 0.87% | - |
| XYZ | 48.45 | 56.57 | 77.47 | - |
| YUV | 192.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 222 | 0.32 | 0.07 | 0 | 0.13 | 192.86 | 0.51 | 0.73 |
| Hex | 98 | CF | DE | 20 | 7 | 0 | D | C1 | 33 | 49 |
| Octal | 230 | 317 | 336 | 40 | 7 | 0 | 15 | 301 | 63 | 111 |
| Binary | 10011000 | 11001111 | 11011110 | 100000 | 111 | 0 | 1101 | 11000001 | 110011 | 1001001 |
Color Harmonies of #98CFDE
Complementary color
Monochromatic Colors of #98CFDE
Black with #98CFDE
Text Example
Text Example
White with #98CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFDE; }
p { color: rgb(152,207,222); }
H1.HeaderClassName
{
color: #98CFDE;
}
.AnyTagClassName
{
color: #98CFDE;
}
</style>
background-color css
<style>
a { background-color: #98CFDE; }
a { background-color: rgb(152,207,222); }
div.DivClassName
{
background-color: #98CFDE;
}
.BgClassName
{
background-color: #98CFDE;
}
</style>
border-color css
<style>
span { border-color: #98CFDE; }
span { border-color: rgb(152,207,222); }
td.TdClassName
{
border-color: #98CFDE;
}
.TagClassName
{
border-color: #98CFDE;
}
</style>