Html Css Color HEX #98C0FE Pale Cornflower Blue
📋 copy color: '#98C0FE'red 152 ◦ green 192 ◦ blue 254
Shades of Pale Cornflower Blue #98C0FE
Tints of Pale Cornflower Blue #98C0FE
RGB
CMYK
RGB Variations
Color information
#98C0FE (or 0x98C0FE) is known color: Pale Cornflower Blue. HEX triplet: 98, C0 and FE. RGB value is (152,192,254). Sum of RGB (Red+Green+Blue) = 152+192+254=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #98C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0FE is #673F01. Grayscale: #BABABA. Windows color (decimal): -6766338 or 16695448. OLE color: 16695448.
HSL color Cylindrical-coordinate representation of color #98C0FE: hue angle of 216.47º 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 #98C0FE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 192 | 254 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.00 |
| HSL | 216.47º | 0.98% | 0.8% | - |
| HSV(B) | 216.47º | 0.4% | 1% | - |
| XYZ | 49.69 | 51.53 | 101.09 | - |
| YUV | 187.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 254 | 0.40 | 0.24 | 0 | 0.00 | 216.47 | 0.98 | 0.8 |
| Hex | 98 | C0 | FE | 28 | 18 | 0 | 0 | D8 | 62 | 50 |
| Octal | 230 | 300 | 376 | 50 | 30 | 0 | 0 | 330 | 142 | 120 |
| Binary | 10011000 | 11000000 | 11111110 | 101000 | 11000 | 0 | 0 | 11011000 | 1100010 | 1010000 |
Color Harmonies of #98C0FE
Complementary color
Monochromatic Colors of #98C0FE
Black with #98C0FE
Text Example
Text Example
White with #98C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0FE; }
p { color: rgb(152,192,254); }
H1.HeaderClassName
{
color: #98C0FE;
}
.AnyTagClassName
{
color: #98C0FE;
}
</style>
background-color css
<style>
a { background-color: #98C0FE; }
a { background-color: rgb(152,192,254); }
div.DivClassName
{
background-color: #98C0FE;
}
.BgClassName
{
background-color: #98C0FE;
}
</style>
border-color css
<style>
span { border-color: #98C0FE; }
span { border-color: rgb(152,192,254); }
td.TdClassName
{
border-color: #98C0FE;
}
.TagClassName
{
border-color: #98C0FE;
}
</style>