Shades of Cornflower #98D3F4
Tints of Cornflower #98D3F4
RGB
CMYK
RGB Variations
Color information
#98D3F4 (or 0x98D3F4) is known color: Cornflower. HEX triplet: 98, D3 and F4. RGB value is (152,211,244). Sum of RGB (Red+Green+Blue) = 152+211+244=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #98D3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3F4 is #672C0B. Grayscale: #C4C4C4. Windows color (decimal): -6761484 or 16044952. OLE color: 16044952.
HSL color Cylindrical-coordinate representation of color #98D3F4: hue angle of 201.52º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D3F4 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 211 | 244 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.04 |
| HSL | 201.52º | 0.81% | 0.78% | - |
| HSV(B) | 201.52º | 0.38% | 0.96% | - |
| XYZ | 52.57 | 59.8 | 94.36 | - |
| YUV | 197.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 244 | 0.38 | 0.14 | 0 | 0.04 | 201.52 | 0.81 | 0.78 |
| Hex | 98 | D3 | F4 | 26 | E | 0 | 4 | CA | 51 | 4E |
| Octal | 230 | 323 | 364 | 46 | 16 | 0 | 4 | 312 | 121 | 116 |
| Binary | 10011000 | 11010011 | 11110100 | 100110 | 1110 | 0 | 100 | 11001010 | 1010001 | 1001110 |
Color Harmonies of #98D3F4
Complementary color
Monochromatic Colors of #98D3F4
Black with #98D3F4
Text Example
Text Example
White with #98D3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3F4; }
p { color: rgb(152,211,244); }
H1.HeaderClassName
{
color: #98D3F4;
}
.AnyTagClassName
{
color: #98D3F4;
}
</style>
background-color css
<style>
a { background-color: #98D3F4; }
a { background-color: rgb(152,211,244); }
div.DivClassName
{
background-color: #98D3F4;
}
.BgClassName
{
background-color: #98D3F4;
}
</style>
border-color css
<style>
span { border-color: #98D3F4; }
span { border-color: rgb(152,211,244); }
td.TdClassName
{
border-color: #98D3F4;
}
.TagClassName
{
border-color: #98D3F4;
}
</style>