Shades of Cornflower #98BEEA
Tints of Cornflower #98BEEA
RGB
CMYK
RGB Variations
Color information
#98BEEA (or 0x98BEEA) is known color: Cornflower. HEX triplet: 98, BE and EA. RGB value is (152,190,234). Sum of RGB (Red+Green+Blue) = 152+190+234=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #98BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BEEA is #674115. Grayscale: #B7B7B7. Windows color (decimal): -6766870 or 15384216. OLE color: 15384216.
HSL color Cylindrical-coordinate representation of color #98BEEA: hue angle of 212.2º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BEEA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 190 | 234 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.08 |
| HSL | 212.2º | 0.66% | 0.76% | - |
| HSV(B) | 212.2º | 0.35% | 0.92% | - |
| XYZ | 46.21 | 49.44 | 84.95 | - |
| YUV | 183.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 234 | 0.35 | 0.19 | 0 | 0.08 | 212.2 | 0.66 | 0.76 |
| Hex | 98 | BE | EA | 23 | 13 | 0 | 8 | D4 | 42 | 4C |
| Octal | 230 | 276 | 352 | 43 | 23 | 0 | 10 | 324 | 102 | 114 |
| Binary | 10011000 | 10111110 | 11101010 | 100011 | 10011 | 0 | 1000 | 11010100 | 1000010 | 1001100 |
Color Harmonies of #98BEEA
Complementary color
Monochromatic Colors of #98BEEA
Black with #98BEEA
Text Example
Text Example
White with #98BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BEEA; }
p { color: rgb(152,190,234); }
H1.HeaderClassName
{
color: #98BEEA;
}
.AnyTagClassName
{
color: #98BEEA;
}
</style>
background-color css
<style>
a { background-color: #98BEEA; }
a { background-color: rgb(152,190,234); }
div.DivClassName
{
background-color: #98BEEA;
}
.BgClassName
{
background-color: #98BEEA;
}
</style>
border-color css
<style>
span { border-color: #98BEEA; }
span { border-color: rgb(152,190,234); }
td.TdClassName
{
border-color: #98BEEA;
}
.TagClassName
{
border-color: #98BEEA;
}
</style>