Shades of Cornflower #92D1EF
Tints of Cornflower #92D1EF
RGB
CMYK
RGB Variations
Color information
#92D1EF (or 0x92D1EF) is known color: Cornflower. HEX triplet: 92, D1 and EF. RGB value is (146,209,239). Sum of RGB (Red+Green+Blue) = 146+209+239=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #92D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D1EF is #6D2E10. Grayscale: #C1C1C1. Windows color (decimal): -7155217 or 15716754. OLE color: 15716754.
HSL color Cylindrical-coordinate representation of color #92D1EF: hue angle of 199.35º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D1EF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 209 | 239 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.06 |
| HSL | 199.35º | 0.74% | 0.75% | - |
| HSV(B) | 199.35º | 0.39% | 0.94% | - |
| XYZ | 50.23 | 57.94 | 90.2 | - |
| YUV | 193.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 239 | 0.39 | 0.13 | 0 | 0.06 | 199.35 | 0.74 | 0.75 |
| Hex | 92 | D1 | EF | 27 | D | 0 | 6 | C7 | 4A | 4B |
| Octal | 222 | 321 | 357 | 47 | 15 | 0 | 6 | 307 | 112 | 113 |
| Binary | 10010010 | 11010001 | 11101111 | 100111 | 1101 | 0 | 110 | 11000111 | 1001010 | 1001011 |
Color Harmonies of #92D1EF
Complementary color
Monochromatic Colors of #92D1EF
Black with #92D1EF
Text Example
Text Example
White with #92D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D1EF; }
p { color: rgb(146,209,239); }
H1.HeaderClassName
{
color: #92D1EF;
}
.AnyTagClassName
{
color: #92D1EF;
}
</style>
background-color css
<style>
a { background-color: #92D1EF; }
a { background-color: rgb(146,209,239); }
div.DivClassName
{
background-color: #92D1EF;
}
.BgClassName
{
background-color: #92D1EF;
}
</style>
border-color css
<style>
span { border-color: #92D1EF; }
span { border-color: rgb(146,209,239); }
td.TdClassName
{
border-color: #92D1EF;
}
.TagClassName
{
border-color: #92D1EF;
}
</style>