Shades of Light Sky Blue #98C5FD
Tints of Light Sky Blue #98C5FD
RGB
CMYK
RGB Variations
Color information
#98C5FD (or 0x98C5FD) is known color: Light Sky Blue. HEX triplet: 98, C5 and FD. RGB value is (152,197,253). Sum of RGB (Red+Green+Blue) = 152+197+253=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #98C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C5FD is #673A02. Grayscale: #BDBDBD. Windows color (decimal): -6765059 or 16631192. OLE color: 16631192.
HSL color Cylindrical-coordinate representation of color #98C5FD: hue angle of 213.27º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C5FD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 197 | 253 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.01 |
| HSL | 213.27º | 0.96% | 0.79% | - |
| HSV(B) | 213.27º | 0.4% | 0.99% | - |
| XYZ | 50.64 | 53.7 | 100.62 | - |
| YUV | 189.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 253 | 0.40 | 0.22 | 0 | 0.01 | 213.27 | 0.96 | 0.79 |
| Hex | 98 | C5 | FD | 28 | 16 | 0 | 1 | D5 | 60 | 4F |
| Octal | 230 | 305 | 375 | 50 | 26 | 0 | 1 | 325 | 140 | 117 |
| Binary | 10011000 | 11000101 | 11111101 | 101000 | 10110 | 0 | 1 | 11010101 | 1100000 | 1001111 |
Color Harmonies of #98C5FD
Complementary color
Monochromatic Colors of #98C5FD
Black with #98C5FD
Text Example
Text Example
White with #98C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5FD; }
p { color: rgb(152,197,253); }
H1.HeaderClassName
{
color: #98C5FD;
}
.AnyTagClassName
{
color: #98C5FD;
}
</style>
background-color css
<style>
a { background-color: #98C5FD; }
a { background-color: rgb(152,197,253); }
div.DivClassName
{
background-color: #98C5FD;
}
.BgClassName
{
background-color: #98C5FD;
}
</style>
border-color css
<style>
span { border-color: #98C5FD; }
span { border-color: rgb(152,197,253); }
td.TdClassName
{
border-color: #98C5FD;
}
.TagClassName
{
border-color: #98C5FD;
}
</style>