Shades of Light Sky Blue #98C9FE
Tints of Light Sky Blue #98C9FE
RGB
CMYK
RGB Variations
Color information
#98C9FE (or 0x98C9FE) is known color: Light Sky Blue. HEX triplet: 98, C9 and FE. RGB value is (152,201,254). Sum of RGB (Red+Green+Blue) = 152+201+254=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #98C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C9FE is #673601. Grayscale: #C0C0C0. Windows color (decimal): -6764034 or 16697752. OLE color: 16697752.
HSL color Cylindrical-coordinate representation of color #98C9FE: hue angle of 211.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C9FE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 201 | 254 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.00 |
| HSL | 211.18º | 0.98% | 0.8% | - |
| HSV(B) | 211.18º | 0.4% | 1% | - |
| XYZ | 51.72 | 55.6 | 101.77 | - |
| YUV | 192.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 254 | 0.40 | 0.21 | 0 | 0.00 | 211.18 | 0.98 | 0.8 |
| Hex | 98 | C9 | FE | 28 | 15 | 0 | 0 | D3 | 62 | 50 |
| Octal | 230 | 311 | 376 | 50 | 25 | 0 | 0 | 323 | 142 | 120 |
| Binary | 10011000 | 11001001 | 11111110 | 101000 | 10101 | 0 | 0 | 11010011 | 1100010 | 1010000 |
Color Harmonies of #98C9FE
Complementary color
Monochromatic Colors of #98C9FE
Black with #98C9FE
Text Example
Text Example
White with #98C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9FE; }
p { color: rgb(152,201,254); }
H1.HeaderClassName
{
color: #98C9FE;
}
.AnyTagClassName
{
color: #98C9FE;
}
</style>
background-color css
<style>
a { background-color: #98C9FE; }
a { background-color: rgb(152,201,254); }
div.DivClassName
{
background-color: #98C9FE;
}
.BgClassName
{
background-color: #98C9FE;
}
</style>
border-color css
<style>
span { border-color: #98C9FE; }
span { border-color: rgb(152,201,254); }
td.TdClassName
{
border-color: #98C9FE;
}
.TagClassName
{
border-color: #98C9FE;
}
</style>