Shades of Cornflower #98CAEA
Tints of Cornflower #98CAEA
RGB
CMYK
RGB Variations
Color information
#98CAEA (or 0x98CAEA) is known color: Cornflower. HEX triplet: 98, CA and EA. RGB value is (152,202,234). Sum of RGB (Red+Green+Blue) = 152+202+234=588 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.85% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #98CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAEA is #673515. Grayscale: #BEBEBE. Windows color (decimal): -6763798 or 15387288. OLE color: 15387288.
HSL color Cylindrical-coordinate representation of color #98CAEA: hue angle of 203.41º 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 #98CAEA is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 202 | 234 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.08 |
| HSL | 203.41º | 0.66% | 0.76% | - |
| HSV(B) | 203.41º | 0.35% | 0.92% | - |
| XYZ | 48.92 | 54.86 | 85.85 | - |
| YUV | 190.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 234 | 0.35 | 0.14 | 0 | 0.08 | 203.41 | 0.66 | 0.76 |
| Hex | 98 | CA | EA | 23 | E | 0 | 8 | CB | 42 | 4C |
| Octal | 230 | 312 | 352 | 43 | 16 | 0 | 10 | 313 | 102 | 114 |
| Binary | 10011000 | 11001010 | 11101010 | 100011 | 1110 | 0 | 1000 | 11001011 | 1000010 | 1001100 |
Color Harmonies of #98CAEA
Complementary color
Monochromatic Colors of #98CAEA
Black with #98CAEA
Text Example
Text Example
White with #98CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CAEA; }
p { color: rgb(152,202,234); }
H1.HeaderClassName
{
color: #98CAEA;
}
.AnyTagClassName
{
color: #98CAEA;
}
</style>
background-color css
<style>
a { background-color: #98CAEA; }
a { background-color: rgb(152,202,234); }
div.DivClassName
{
background-color: #98CAEA;
}
.BgClassName
{
background-color: #98CAEA;
}
</style>
border-color css
<style>
span { border-color: #98CAEA; }
span { border-color: rgb(152,202,234); }
td.TdClassName
{
border-color: #98CAEA;
}
.TagClassName
{
border-color: #98CAEA;
}
</style>