Shades of Cornflower #92C4F4
Tints of Cornflower #92C4F4
RGB
CMYK
RGB Variations
Color information
#92C4F4 (or 0x92C4F4) is known color: Cornflower. HEX triplet: 92, C4 and F4. RGB value is (146,196,244). Sum of RGB (Red+Green+Blue) = 146+196+244=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #92C4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C4F4 is #6D3B0B. Grayscale: #BABABA. Windows color (decimal): -7158540 or 16041106. OLE color: 16041106.
HSL color Cylindrical-coordinate representation of color #92C4F4: hue angle of 209.39º 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 #92C4F4 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 196 | 244 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.04 |
| HSL | 209.39º | 0.82% | 0.76% | - |
| HSV(B) | 209.39º | 0.4% | 0.96% | - |
| XYZ | 47.92 | 52.12 | 93.12 | - |
| YUV | 186.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 244 | 0.40 | 0.20 | 0 | 0.04 | 209.39 | 0.82 | 0.76 |
| Hex | 92 | C4 | F4 | 28 | 14 | 0 | 4 | D1 | 52 | 4C |
| Octal | 222 | 304 | 364 | 50 | 24 | 0 | 4 | 321 | 122 | 114 |
| Binary | 10010010 | 11000100 | 11110100 | 101000 | 10100 | 0 | 100 | 11010001 | 1010010 | 1001100 |
Color Harmonies of #92C4F4
Complementary color
Monochromatic Colors of #92C4F4
Black with #92C4F4
Text Example
Text Example
White with #92C4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C4F4; }
p { color: rgb(146,196,244); }
H1.HeaderClassName
{
color: #92C4F4;
}
.AnyTagClassName
{
color: #92C4F4;
}
</style>
background-color css
<style>
a { background-color: #92C4F4; }
a { background-color: rgb(146,196,244); }
div.DivClassName
{
background-color: #92C4F4;
}
.BgClassName
{
background-color: #92C4F4;
}
</style>
border-color css
<style>
span { border-color: #92C4F4; }
span { border-color: rgb(146,196,244); }
td.TdClassName
{
border-color: #92C4F4;
}
.TagClassName
{
border-color: #92C4F4;
}
</style>