Shades of Cornflower #98CEF2
Tints of Cornflower #98CEF2
RGB
CMYK
RGB Variations
Color information
#98CEF2 (or 0x98CEF2) is known color: Cornflower. HEX triplet: 98, CE and F2. RGB value is (152,206,242). Sum of RGB (Red+Green+Blue) = 152+206+242=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #98CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEF2 is #67310D. Grayscale: #C1C1C1. Windows color (decimal): -6762766 or 15912600. OLE color: 15912600.
HSL color Cylindrical-coordinate representation of color #98CEF2: hue angle of 204º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98CEF2 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 206 | 242 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.05 |
| HSL | 204º | 0.78% | 0.77% | - |
| HSV(B) | 204º | 0.37% | 0.95% | - |
| XYZ | 51.05 | 57.23 | 92.36 | - |
| YUV | 193.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 242 | 0.37 | 0.15 | 0 | 0.05 | 204 | 0.78 | 0.77 |
| Hex | 98 | CE | F2 | 25 | F | 0 | 5 | CC | 4E | 4D |
| Octal | 230 | 316 | 362 | 45 | 17 | 0 | 5 | 314 | 116 | 115 |
| Binary | 10011000 | 11001110 | 11110010 | 100101 | 1111 | 0 | 101 | 11001100 | 1001110 | 1001101 |
Color Harmonies of #98CEF2
Complementary color
Monochromatic Colors of #98CEF2
Black with #98CEF2
Text Example
Text Example
White with #98CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEF2; }
p { color: rgb(152,206,242); }
H1.HeaderClassName
{
color: #98CEF2;
}
.AnyTagClassName
{
color: #98CEF2;
}
</style>
background-color css
<style>
a { background-color: #98CEF2; }
a { background-color: rgb(152,206,242); }
div.DivClassName
{
background-color: #98CEF2;
}
.BgClassName
{
background-color: #98CEF2;
}
</style>
border-color css
<style>
span { border-color: #98CEF2; }
span { border-color: rgb(152,206,242); }
td.TdClassName
{
border-color: #98CEF2;
}
.TagClassName
{
border-color: #98CEF2;
}
</style>