Shades of Light Sky Blue #98CBFE
Tints of Light Sky Blue #98CBFE
RGB
CMYK
RGB Variations
Color information
#98CBFE (or 0x98CBFE) is known color: Light Sky Blue. HEX triplet: 98, CB and FE. RGB value is (152,203,254). Sum of RGB (Red+Green+Blue) = 152+203+254=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBFE is #673401. Grayscale: #C1C1C1. Windows color (decimal): -6763522 or 16698264. OLE color: 16698264.
HSL color Cylindrical-coordinate representation of color #98CBFE: hue angle of 210º 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 #98CBFE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 203 | 254 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.00 |
| HSL | 210º | 0.98% | 0.8% | - |
| HSV(B) | 210º | 0.4% | 1% | - |
| XYZ | 52.19 | 56.54 | 101.93 | - |
| YUV | 193.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 254 | 0.40 | 0.20 | 0 | 0.00 | 210 | 0.98 | 0.8 |
| Hex | 98 | CB | FE | 28 | 14 | 0 | 0 | D2 | 62 | 50 |
| Octal | 230 | 313 | 376 | 50 | 24 | 0 | 0 | 322 | 142 | 120 |
| Binary | 10011000 | 11001011 | 11111110 | 101000 | 10100 | 0 | 0 | 11010010 | 1100010 | 1010000 |
Color Harmonies of #98CBFE
Complementary color
Monochromatic Colors of #98CBFE
Black with #98CBFE
Text Example
Text Example
White with #98CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBFE; }
p { color: rgb(152,203,254); }
H1.HeaderClassName
{
color: #98CBFE;
}
.AnyTagClassName
{
color: #98CBFE;
}
</style>
background-color css
<style>
a { background-color: #98CBFE; }
a { background-color: rgb(152,203,254); }
div.DivClassName
{
background-color: #98CBFE;
}
.BgClassName
{
background-color: #98CBFE;
}
</style>
border-color css
<style>
span { border-color: #98CBFE; }
span { border-color: rgb(152,203,254); }
td.TdClassName
{
border-color: #98CBFE;
}
.TagClassName
{
border-color: #98CBFE;
}
</style>