Shades of Light Sky Blue #98C8FE
Tints of Light Sky Blue #98C8FE
RGB
CMYK
RGB Variations
Color information
#98C8FE (or 0x98C8FE) is known color: Light Sky Blue. HEX triplet: 98, C8 and FE. RGB value is (152,200,254). Sum of RGB (Red+Green+Blue) = 152+200+254=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #98C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C8FE is #673701. Grayscale: #BFBFBF. Windows color (decimal): -6764290 or 16697496. OLE color: 16697496.
HSL color Cylindrical-coordinate representation of color #98C8FE: hue angle of 211.76º 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 #98C8FE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 200 | 254 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.00 |
| HSL | 211.76º | 0.98% | 0.8% | - |
| HSV(B) | 211.76º | 0.4% | 1% | - |
| XYZ | 51.49 | 55.14 | 101.7 | - |
| YUV | 191.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 254 | 0.40 | 0.21 | 0 | 0.00 | 211.76 | 0.98 | 0.8 |
| Hex | 98 | C8 | FE | 28 | 15 | 0 | 0 | D4 | 62 | 50 |
| Octal | 230 | 310 | 376 | 50 | 25 | 0 | 0 | 324 | 142 | 120 |
| Binary | 10011000 | 11001000 | 11111110 | 101000 | 10101 | 0 | 0 | 11010100 | 1100010 | 1010000 |
Color Harmonies of #98C8FE
Complementary color
Monochromatic Colors of #98C8FE
Black with #98C8FE
Text Example
Text Example
White with #98C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8FE; }
p { color: rgb(152,200,254); }
H1.HeaderClassName
{
color: #98C8FE;
}
.AnyTagClassName
{
color: #98C8FE;
}
</style>
background-color css
<style>
a { background-color: #98C8FE; }
a { background-color: rgb(152,200,254); }
div.DivClassName
{
background-color: #98C8FE;
}
.BgClassName
{
background-color: #98C8FE;
}
</style>
border-color css
<style>
span { border-color: #98C8FE; }
span { border-color: rgb(152,200,254); }
td.TdClassName
{
border-color: #98C8FE;
}
.TagClassName
{
border-color: #98C8FE;
}
</style>