Shades of Light Sky Blue #98C2FE
Tints of Light Sky Blue #98C2FE
RGB
CMYK
RGB Variations
Color information
#98C2FE (or 0x98C2FE) is known color: Light Sky Blue. HEX triplet: 98, C2 and FE. RGB value is (152,194,254). Sum of RGB (Red+Green+Blue) = 152+194+254=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #98C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2FE is #673D01. Grayscale: #BCBCBC. Windows color (decimal): -6765826 or 16695960. OLE color: 16695960.
HSL color Cylindrical-coordinate representation of color #98C2FE: hue angle of 215.29º 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 #98C2FE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 194 | 254 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.00 |
| HSL | 215.29º | 0.98% | 0.8% | - |
| HSV(B) | 215.29º | 0.4% | 1% | - |
| XYZ | 50.13 | 52.41 | 101.24 | - |
| YUV | 188.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 254 | 0.40 | 0.24 | 0 | 0.00 | 215.29 | 0.98 | 0.8 |
| Hex | 98 | C2 | FE | 28 | 18 | 0 | 0 | D7 | 62 | 50 |
| Octal | 230 | 302 | 376 | 50 | 30 | 0 | 0 | 327 | 142 | 120 |
| Binary | 10011000 | 11000010 | 11111110 | 101000 | 11000 | 0 | 0 | 11010111 | 1100010 | 1010000 |
Color Harmonies of #98C2FE
Complementary color
Monochromatic Colors of #98C2FE
Black with #98C2FE
Text Example
Text Example
White with #98C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2FE; }
p { color: rgb(152,194,254); }
H1.HeaderClassName
{
color: #98C2FE;
}
.AnyTagClassName
{
color: #98C2FE;
}
</style>
background-color css
<style>
a { background-color: #98C2FE; }
a { background-color: rgb(152,194,254); }
div.DivClassName
{
background-color: #98C2FE;
}
.BgClassName
{
background-color: #98C2FE;
}
</style>
border-color css
<style>
span { border-color: #98C2FE; }
span { border-color: rgb(152,194,254); }
td.TdClassName
{
border-color: #98C2FE;
}
.TagClassName
{
border-color: #98C2FE;
}
</style>