Shades of Cornflower #98CAEE
Tints of Cornflower #98CAEE
RGB
CMYK
RGB Variations
Color information
#98CAEE (or 0x98CAEE) is known color: Cornflower. HEX triplet: 98, CA and EE. RGB value is (152,202,238). Sum of RGB (Red+Green+Blue) = 152+202+238=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #98CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAEE is #673511. Grayscale: #BEBEBE. Windows color (decimal): -6763794 or 15649432. OLE color: 15649432.
HSL color Cylindrical-coordinate representation of color #98CAEE: hue angle of 205.12º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98CAEE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 202 | 238 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.07 |
| HSL | 205.12º | 0.72% | 0.76% | - |
| HSV(B) | 205.12º | 0.36% | 0.93% | - |
| XYZ | 49.5 | 55.09 | 88.91 | - |
| YUV | 191.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 238 | 0.36 | 0.15 | 0 | 0.07 | 205.12 | 0.72 | 0.76 |
| Hex | 98 | CA | EE | 24 | F | 0 | 7 | CD | 48 | 4C |
| Octal | 230 | 312 | 356 | 44 | 17 | 0 | 7 | 315 | 110 | 114 |
| Binary | 10011000 | 11001010 | 11101110 | 100100 | 1111 | 0 | 111 | 11001101 | 1001000 | 1001100 |
Color Harmonies of #98CAEE
Complementary color
Monochromatic Colors of #98CAEE
Black with #98CAEE
Text Example
Text Example
White with #98CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CAEE; }
p { color: rgb(152,202,238); }
H1.HeaderClassName
{
color: #98CAEE;
}
.AnyTagClassName
{
color: #98CAEE;
}
</style>
background-color css
<style>
a { background-color: #98CAEE; }
a { background-color: rgb(152,202,238); }
div.DivClassName
{
background-color: #98CAEE;
}
.BgClassName
{
background-color: #98CAEE;
}
</style>
border-color css
<style>
span { border-color: #98CAEE; }
span { border-color: rgb(152,202,238); }
td.TdClassName
{
border-color: #98CAEE;
}
.TagClassName
{
border-color: #98CAEE;
}
</style>