Shades of Regent St Blue #98CDE0
Tints of Regent St Blue #98CDE0
RGB
CMYK
RGB Variations
Color information
#98CDE0 (or 0x98CDE0) is known color: Regent St Blue. HEX triplet: 98, CD and E0. RGB value is (152,205,224). Sum of RGB (Red+Green+Blue) = 152+205+224=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #98CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDE0 is #67321F. Grayscale: #BFBFBF. Windows color (decimal): -6763040 or 14732696. OLE color: 14732696.
HSL color Cylindrical-coordinate representation of color #98CDE0: hue angle of 195.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CDE0 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 205 | 224 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.12 |
| HSL | 195.83º | 0.54% | 0.74% | - |
| HSV(B) | 195.83º | 0.32% | 0.88% | - |
| XYZ | 48.23 | 55.72 | 78.73 | - |
| YUV | 191.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 224 | 0.32 | 0.08 | 0 | 0.12 | 195.83 | 0.54 | 0.74 |
| Hex | 98 | CD | E0 | 20 | 8 | 0 | C | C4 | 36 | 4A |
| Octal | 230 | 315 | 340 | 40 | 10 | 0 | 14 | 304 | 66 | 112 |
| Binary | 10011000 | 11001101 | 11100000 | 100000 | 1000 | 0 | 1100 | 11000100 | 110110 | 1001010 |
Color Harmonies of #98CDE0
Complementary color
Monochromatic Colors of #98CDE0
Black with #98CDE0
Text Example
Text Example
White with #98CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDE0; }
p { color: rgb(152,205,224); }
H1.HeaderClassName
{
color: #98CDE0;
}
.AnyTagClassName
{
color: #98CDE0;
}
</style>
background-color css
<style>
a { background-color: #98CDE0; }
a { background-color: rgb(152,205,224); }
div.DivClassName
{
background-color: #98CDE0;
}
.BgClassName
{
background-color: #98CDE0;
}
</style>
border-color css
<style>
span { border-color: #98CDE0; }
span { border-color: rgb(152,205,224); }
td.TdClassName
{
border-color: #98CDE0;
}
.TagClassName
{
border-color: #98CDE0;
}
</style>