Shades of Cornflower #98CCF2
Tints of Cornflower #98CCF2
RGB
CMYK
RGB Variations
Color information
#98CCF2 (or 0x98CCF2) is known color: Cornflower. HEX triplet: 98, CC and F2. RGB value is (152,204,242). Sum of RGB (Red+Green+Blue) = 152+204+242=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #98CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCF2 is #67330D. Grayscale: #C0C0C0. Windows color (decimal): -6763278 or 15912088. OLE color: 15912088.
HSL color Cylindrical-coordinate representation of color #98CCF2: hue angle of 205.33º 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 #98CCF2 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 204 | 242 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.05 |
| HSL | 205.33º | 0.78% | 0.77% | - |
| HSV(B) | 205.33º | 0.37% | 0.95% | - |
| XYZ | 50.57 | 56.27 | 92.2 | - |
| YUV | 192.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 242 | 0.37 | 0.16 | 0 | 0.05 | 205.33 | 0.78 | 0.77 |
| Hex | 98 | CC | F2 | 25 | 10 | 0 | 5 | CD | 4E | 4D |
| Octal | 230 | 314 | 362 | 45 | 20 | 0 | 5 | 315 | 116 | 115 |
| Binary | 10011000 | 11001100 | 11110010 | 100101 | 10000 | 0 | 101 | 11001101 | 1001110 | 1001101 |
Color Harmonies of #98CCF2
Complementary color
Monochromatic Colors of #98CCF2
Black with #98CCF2
Text Example
Text Example
White with #98CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCF2; }
p { color: rgb(152,204,242); }
H1.HeaderClassName
{
color: #98CCF2;
}
.AnyTagClassName
{
color: #98CCF2;
}
</style>
background-color css
<style>
a { background-color: #98CCF2; }
a { background-color: rgb(152,204,242); }
div.DivClassName
{
background-color: #98CCF2;
}
.BgClassName
{
background-color: #98CCF2;
}
</style>
border-color css
<style>
span { border-color: #98CCF2; }
span { border-color: rgb(152,204,242); }
td.TdClassName
{
border-color: #98CCF2;
}
.TagClassName
{
border-color: #98CCF2;
}
</style>