Shades of Cornflower #98D2ED
Tints of Cornflower #98D2ED
RGB
CMYK
RGB Variations
Color information
#98D2ED (or 0x98D2ED) is known color: Cornflower. HEX triplet: 98, D2 and ED. RGB value is (152,210,237). Sum of RGB (Red+Green+Blue) = 152+210+237=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D2ED is #672D12. Grayscale: #C3C3C3. Windows color (decimal): -6761747 or 15585944. OLE color: 15585944.
HSL color Cylindrical-coordinate representation of color #98D2ED: hue angle of 199.06º degrees, saturation: 0.7, 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 #98D2ED is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 210 | 237 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.07 |
| HSL | 199.06º | 0.7% | 0.76% | - |
| HSV(B) | 199.06º | 0.36% | 0.93% | - |
| XYZ | 51.28 | 58.88 | 88.78 | - |
| YUV | 195.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 237 | 0.36 | 0.11 | 0 | 0.07 | 199.06 | 0.7 | 0.76 |
| Hex | 98 | D2 | ED | 24 | B | 0 | 7 | C7 | 46 | 4C |
| Octal | 230 | 322 | 355 | 44 | 13 | 0 | 7 | 307 | 106 | 114 |
| Binary | 10011000 | 11010010 | 11101101 | 100100 | 1011 | 0 | 111 | 11000111 | 1000110 | 1001100 |
Color Harmonies of #98D2ED
Complementary color
Monochromatic Colors of #98D2ED
Black with #98D2ED
Text Example
Text Example
White with #98D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D2ED; }
p { color: rgb(152,210,237); }
H1.HeaderClassName
{
color: #98D2ED;
}
.AnyTagClassName
{
color: #98D2ED;
}
</style>
background-color css
<style>
a { background-color: #98D2ED; }
a { background-color: rgb(152,210,237); }
div.DivClassName
{
background-color: #98D2ED;
}
.BgClassName
{
background-color: #98D2ED;
}
</style>
border-color css
<style>
span { border-color: #98D2ED; }
span { border-color: rgb(152,210,237); }
td.TdClassName
{
border-color: #98D2ED;
}
.TagClassName
{
border-color: #98D2ED;
}
</style>