Html Css Color HEX #98BFFB Pale Cornflower Blue
📋 copy color: '#98BFFB'red 152 ◦ green 191 ◦ blue 251
Shades of Pale Cornflower Blue #98BFFB
Tints of Pale Cornflower Blue #98BFFB
RGB
CMYK
RGB Variations
Color information
#98BFFB (or 0x98BFFB) is known color: Pale Cornflower Blue. HEX triplet: 98, BF and FB. RGB value is (152,191,251). Sum of RGB (Red+Green+Blue) = 152+191+251=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #98BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BFFB is #674004. Grayscale: #B9B9B9. Windows color (decimal): -6766597 or 16498584. OLE color: 16498584.
HSL color Cylindrical-coordinate representation of color #98BFFB: hue angle of 216.36º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BFFB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 191 | 251 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.02 |
| HSL | 216.36º | 0.93% | 0.79% | - |
| HSV(B) | 216.36º | 0.39% | 0.98% | - |
| XYZ | 48.99 | 50.9 | 98.51 | - |
| YUV | 186.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 251 | 0.39 | 0.24 | 0 | 0.02 | 216.36 | 0.93 | 0.79 |
| Hex | 98 | BF | FB | 27 | 18 | 0 | 2 | D8 | 5D | 4F |
| Octal | 230 | 277 | 373 | 47 | 30 | 0 | 2 | 330 | 135 | 117 |
| Binary | 10011000 | 10111111 | 11111011 | 100111 | 11000 | 0 | 10 | 11011000 | 1011101 | 1001111 |
Color Harmonies of #98BFFB
Complementary color
Monochromatic Colors of #98BFFB
Black with #98BFFB
Text Example
Text Example
White with #98BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFFB; }
p { color: rgb(152,191,251); }
H1.HeaderClassName
{
color: #98BFFB;
}
.AnyTagClassName
{
color: #98BFFB;
}
</style>
background-color css
<style>
a { background-color: #98BFFB; }
a { background-color: rgb(152,191,251); }
div.DivClassName
{
background-color: #98BFFB;
}
.BgClassName
{
background-color: #98BFFB;
}
</style>
border-color css
<style>
span { border-color: #98BFFB; }
span { border-color: rgb(152,191,251); }
td.TdClassName
{
border-color: #98BFFB;
}
.TagClassName
{
border-color: #98BFFB;
}
</style>