Html Css Color HEX #98C0FF Pale Cornflower Blue
📋 copy color: '#98C0FF'red 152 ◦ green 192 ◦ blue 255
Shades of Pale Cornflower Blue #98C0FF
Tints of Pale Cornflower Blue #98C0FF
RGB
CMYK
RGB Variations
Color information
#98C0FF (or 0x98C0FF) is known color: Pale Cornflower Blue. HEX triplet: 98, C0 and FF. RGB value is (152,192,255). Sum of RGB (Red+Green+Blue) = 152+192+255=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #98C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0FF is #673F00. Grayscale: #BABABA. Windows color (decimal): -6766337 or 16760984. OLE color: 16760984.
HSL color Cylindrical-coordinate representation of color #98C0FF: hue angle of 216.7º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C0FF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 192 | 255 | - |
| CMYK | 0.40 | 0.25 | 0 | 0 |
| HSL | 216.7º | 1% | 0.8% | - |
| HSV(B) | 216.7º | 0.4% | 1% | - |
| XYZ | 49.85 | 51.59 | 101.94 | - |
| YUV | 187.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 255 | 0.40 | 0.25 | 0 | 0 | 216.7 | 1 | 0.8 |
| Hex | 98 | C0 | FF | 28 | 19 | 0 | 0 | D9 | 64 | 50 |
| Octal | 230 | 300 | 377 | 50 | 31 | 0 | 0 | 331 | 144 | 120 |
| Binary | 10011000 | 11000000 | 11111111 | 101000 | 11001 | 0 | 0 | 11011001 | 1100100 | 1010000 |
Color Harmonies of #98C0FF
Complementary color
Monochromatic Colors of #98C0FF
Black with #98C0FF
Text Example
Text Example
White with #98C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0FF; }
p { color: rgb(152,192,255); }
H1.HeaderClassName
{
color: #98C0FF;
}
.AnyTagClassName
{
color: #98C0FF;
}
</style>
background-color css
<style>
a { background-color: #98C0FF; }
a { background-color: rgb(152,192,255); }
div.DivClassName
{
background-color: #98C0FF;
}
.BgClassName
{
background-color: #98C0FF;
}
</style>
border-color css
<style>
span { border-color: #98C0FF; }
span { border-color: rgb(152,192,255); }
td.TdClassName
{
border-color: #98C0FF;
}
.TagClassName
{
border-color: #98C0FF;
}
</style>