Shades of Light Sky Blue #98C8FD
Tints of Light Sky Blue #98C8FD
RGB
CMYK
RGB Variations
Color information
#98C8FD (or 0x98C8FD) is known color: Light Sky Blue. HEX triplet: 98, C8 and FD. RGB value is (152,200,253). Sum of RGB (Red+Green+Blue) = 152+200+253=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #98C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C8FD is #673702. Grayscale: #BFBFBF. Windows color (decimal): -6764291 or 16631960. OLE color: 16631960.
HSL color Cylindrical-coordinate representation of color #98C8FD: hue angle of 211.49º 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 #98C8FD is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 200 | 253 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.01 |
| HSL | 211.49º | 0.96% | 0.79% | - |
| HSV(B) | 211.49º | 0.4% | 0.99% | - |
| XYZ | 51.33 | 55.08 | 100.85 | - |
| YUV | 191.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 253 | 0.40 | 0.21 | 0 | 0.01 | 211.49 | 0.96 | 0.79 |
| Hex | 98 | C8 | FD | 28 | 15 | 0 | 1 | D3 | 60 | 4F |
| Octal | 230 | 310 | 375 | 50 | 25 | 0 | 1 | 323 | 140 | 117 |
| Binary | 10011000 | 11001000 | 11111101 | 101000 | 10101 | 0 | 1 | 11010011 | 1100000 | 1001111 |
Color Harmonies of #98C8FD
Complementary color
Monochromatic Colors of #98C8FD
Black with #98C8FD
Text Example
Text Example
White with #98C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8FD; }
p { color: rgb(152,200,253); }
H1.HeaderClassName
{
color: #98C8FD;
}
.AnyTagClassName
{
color: #98C8FD;
}
</style>
background-color css
<style>
a { background-color: #98C8FD; }
a { background-color: rgb(152,200,253); }
div.DivClassName
{
background-color: #98C8FD;
}
.BgClassName
{
background-color: #98C8FD;
}
</style>
border-color css
<style>
span { border-color: #98C8FD; }
span { border-color: rgb(152,200,253); }
td.TdClassName
{
border-color: #98C8FD;
}
.TagClassName
{
border-color: #98C8FD;
}
</style>