Html Css Color HEX #98C1FB Pale Cornflower Blue
📋 copy color: '#98C1FB'red 152 ◦ green 193 ◦ blue 251
Shades of Pale Cornflower Blue #98C1FB
Tints of Pale Cornflower Blue #98C1FB
RGB
CMYK
RGB Variations
Color information
#98C1FB (or 0x98C1FB) is known color: Pale Cornflower Blue. HEX triplet: 98, C1 and FB. RGB value is (152,193,251). Sum of RGB (Red+Green+Blue) = 152+193+251=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #98C1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1FB is #673E04. Grayscale: #BBBBBB. Windows color (decimal): -6766085 or 16499096. OLE color: 16499096.
HSL color Cylindrical-coordinate representation of color #98C1FB: hue angle of 215.15º 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 #98C1FB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 193 | 251 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.02 |
| HSL | 215.15º | 0.93% | 0.79% | - |
| HSV(B) | 215.15º | 0.39% | 0.98% | - |
| XYZ | 49.43 | 51.78 | 98.66 | - |
| YUV | 187.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 251 | 0.39 | 0.23 | 0 | 0.02 | 215.15 | 0.93 | 0.79 |
| Hex | 98 | C1 | FB | 27 | 17 | 0 | 2 | D7 | 5D | 4F |
| Octal | 230 | 301 | 373 | 47 | 27 | 0 | 2 | 327 | 135 | 117 |
| Binary | 10011000 | 11000001 | 11111011 | 100111 | 10111 | 0 | 10 | 11010111 | 1011101 | 1001111 |
Color Harmonies of #98C1FB
Complementary color
Monochromatic Colors of #98C1FB
Black with #98C1FB
Text Example
Text Example
White with #98C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1FB; }
p { color: rgb(152,193,251); }
H1.HeaderClassName
{
color: #98C1FB;
}
.AnyTagClassName
{
color: #98C1FB;
}
</style>
background-color css
<style>
a { background-color: #98C1FB; }
a { background-color: rgb(152,193,251); }
div.DivClassName
{
background-color: #98C1FB;
}
.BgClassName
{
background-color: #98C1FB;
}
</style>
border-color css
<style>
span { border-color: #98C1FB; }
span { border-color: rgb(152,193,251); }
td.TdClassName
{
border-color: #98C1FB;
}
.TagClassName
{
border-color: #98C1FB;
}
</style>