Shades of Cornflower #98CDEF
Tints of Cornflower #98CDEF
RGB
CMYK
RGB Variations
Color information
#98CDEF (or 0x98CDEF) is known color: Cornflower. HEX triplet: 98, CD and EF. RGB value is (152,205,239). Sum of RGB (Red+Green+Blue) = 152+205+239=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #98CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDEF is #673210. Grayscale: #C0C0C0. Windows color (decimal): -6763025 or 15715736. OLE color: 15715736.
HSL color Cylindrical-coordinate representation of color #98CDEF: hue angle of 203.45º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98CDEF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 205 | 239 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.06 |
| HSL | 203.45º | 0.73% | 0.77% | - |
| HSV(B) | 203.45º | 0.36% | 0.94% | - |
| XYZ | 50.36 | 56.57 | 89.93 | - |
| YUV | 193.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 239 | 0.36 | 0.14 | 0 | 0.06 | 203.45 | 0.73 | 0.77 |
| Hex | 98 | CD | EF | 24 | E | 0 | 6 | CB | 49 | 4D |
| Octal | 230 | 315 | 357 | 44 | 16 | 0 | 6 | 313 | 111 | 115 |
| Binary | 10011000 | 11001101 | 11101111 | 100100 | 1110 | 0 | 110 | 11001011 | 1001001 | 1001101 |
Color Harmonies of #98CDEF
Complementary color
Monochromatic Colors of #98CDEF
Black with #98CDEF
Text Example
Text Example
White with #98CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDEF; }
p { color: rgb(152,205,239); }
H1.HeaderClassName
{
color: #98CDEF;
}
.AnyTagClassName
{
color: #98CDEF;
}
</style>
background-color css
<style>
a { background-color: #98CDEF; }
a { background-color: rgb(152,205,239); }
div.DivClassName
{
background-color: #98CDEF;
}
.BgClassName
{
background-color: #98CDEF;
}
</style>
border-color css
<style>
span { border-color: #98CDEF; }
span { border-color: rgb(152,205,239); }
td.TdClassName
{
border-color: #98CDEF;
}
.TagClassName
{
border-color: #98CDEF;
}
</style>