Shades of Cornflower #92BFF4
Tints of Cornflower #92BFF4
RGB
CMYK
RGB Variations
Color information
#92BFF4 (or 0x92BFF4) is known color: Cornflower. HEX triplet: 92, BF and F4. RGB value is (146,191,244). Sum of RGB (Red+Green+Blue) = 146+191+244=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #92BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFF4 is #6D400B. Grayscale: #B7B7B7. Windows color (decimal): -7159820 or 16039826. OLE color: 16039826.
HSL color Cylindrical-coordinate representation of color #92BFF4: hue angle of 212.45º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92BFF4 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 191 | 244 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.04 |
| HSL | 212.45º | 0.82% | 0.76% | - |
| HSV(B) | 212.45º | 0.4% | 0.96% | - |
| XYZ | 46.81 | 49.9 | 92.75 | - |
| YUV | 183.59 | 162.09 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 244 | 0.40 | 0.22 | 0 | 0.04 | 212.45 | 0.82 | 0.76 |
| Hex | 92 | BF | F4 | 28 | 16 | 0 | 4 | D4 | 52 | 4C |
| Octal | 222 | 277 | 364 | 50 | 26 | 0 | 4 | 324 | 122 | 114 |
| Binary | 10010010 | 10111111 | 11110100 | 101000 | 10110 | 0 | 100 | 11010100 | 1010010 | 1001100 |
Color Harmonies of #92BFF4
Complementary color
Monochromatic Colors of #92BFF4
Black with #92BFF4
Text Example
Text Example
White with #92BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFF4; }
p { color: rgb(146,191,244); }
H1.HeaderClassName
{
color: #92BFF4;
}
.AnyTagClassName
{
color: #92BFF4;
}
</style>
background-color css
<style>
a { background-color: #92BFF4; }
a { background-color: rgb(146,191,244); }
div.DivClassName
{
background-color: #92BFF4;
}
.BgClassName
{
background-color: #92BFF4;
}
</style>
border-color css
<style>
span { border-color: #92BFF4; }
span { border-color: rgb(146,191,244); }
td.TdClassName
{
border-color: #92BFF4;
}
.TagClassName
{
border-color: #92BFF4;
}
</style>