Html Css Color HEX #98C1FA Pale Cornflower Blue
📋 copy color: '#98C1FA'red 152 ◦ green 193 ◦ blue 250
Shades of Pale Cornflower Blue #98C1FA
Tints of Pale Cornflower Blue #98C1FA
RGB
CMYK
RGB Variations
Color information
#98C1FA (or 0x98C1FA) is known color: Pale Cornflower Blue. HEX triplet: 98, C1 and FA. RGB value is (152,193,250). Sum of RGB (Red+Green+Blue) = 152+193+250=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #98C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1FA is #673E05. Grayscale: #BABABA. Windows color (decimal): -6766086 or 16433560. OLE color: 16433560.
HSL color Cylindrical-coordinate representation of color #98C1FA: hue angle of 214.9º degrees, saturation: 0.91, 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 #98C1FA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 193 | 250 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.02 |
| HSL | 214.9º | 0.91% | 0.79% | - |
| HSV(B) | 214.9º | 0.39% | 0.98% | - |
| XYZ | 49.27 | 51.72 | 97.83 | - |
| YUV | 187.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 250 | 0.39 | 0.23 | 0 | 0.02 | 214.9 | 0.91 | 0.79 |
| Hex | 98 | C1 | FA | 27 | 17 | 0 | 2 | D7 | 5B | 4F |
| Octal | 230 | 301 | 372 | 47 | 27 | 0 | 2 | 327 | 133 | 117 |
| Binary | 10011000 | 11000001 | 11111010 | 100111 | 10111 | 0 | 10 | 11010111 | 1011011 | 1001111 |
Color Harmonies of #98C1FA
Complementary color
Monochromatic Colors of #98C1FA
Black with #98C1FA
Text Example
Text Example
White with #98C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1FA; }
p { color: rgb(152,193,250); }
H1.HeaderClassName
{
color: #98C1FA;
}
.AnyTagClassName
{
color: #98C1FA;
}
</style>
background-color css
<style>
a { background-color: #98C1FA; }
a { background-color: rgb(152,193,250); }
div.DivClassName
{
background-color: #98C1FA;
}
.BgClassName
{
background-color: #98C1FA;
}
</style>
border-color css
<style>
span { border-color: #98C1FA; }
span { border-color: rgb(152,193,250); }
td.TdClassName
{
border-color: #98C1FA;
}
.TagClassName
{
border-color: #98C1FA;
}
</style>