Shades of Cornflower #92BEF1
Tints of Cornflower #92BEF1
RGB
CMYK
RGB Variations
Color information
#92BEF1 (or 0x92BEF1) is known color: Cornflower. HEX triplet: 92, BE and F1. RGB value is (146,190,241). Sum of RGB (Red+Green+Blue) = 146+190+241=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #92BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEF1 is #6D410E. Grayscale: #B6B6B6. Windows color (decimal): -7160079 or 15842962. OLE color: 15842962.
HSL color Cylindrical-coordinate representation of color #92BEF1: hue angle of 212.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BEF1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 190 | 241 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.05 |
| HSL | 212.21º | 0.77% | 0.76% | - |
| HSV(B) | 212.21º | 0.39% | 0.95% | - |
| XYZ | 46.14 | 49.29 | 90.3 | - |
| YUV | 182.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 241 | 0.39 | 0.21 | 0 | 0.05 | 212.21 | 0.77 | 0.76 |
| Hex | 92 | BE | F1 | 27 | 15 | 0 | 5 | D4 | 4D | 4C |
| Octal | 222 | 276 | 361 | 47 | 25 | 0 | 5 | 324 | 115 | 114 |
| Binary | 10010010 | 10111110 | 11110001 | 100111 | 10101 | 0 | 101 | 11010100 | 1001101 | 1001100 |
Color Harmonies of #92BEF1
Complementary color
Monochromatic Colors of #92BEF1
Black with #92BEF1
Text Example
Text Example
White with #92BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEF1; }
p { color: rgb(146,190,241); }
H1.HeaderClassName
{
color: #92BEF1;
}
.AnyTagClassName
{
color: #92BEF1;
}
</style>
background-color css
<style>
a { background-color: #92BEF1; }
a { background-color: rgb(146,190,241); }
div.DivClassName
{
background-color: #92BEF1;
}
.BgClassName
{
background-color: #92BEF1;
}
</style>
border-color css
<style>
span { border-color: #92BEF1; }
span { border-color: rgb(146,190,241); }
td.TdClassName
{
border-color: #92BEF1;
}
.TagClassName
{
border-color: #92BEF1;
}
</style>