Shades of Cornflower #92BAE6
Tints of Cornflower #92BAE6
RGB
CMYK
RGB Variations
Color information
#92BAE6 (or 0x92BAE6) is known color: Cornflower. HEX triplet: 92, BA and E6. RGB value is (146,186,230). Sum of RGB (Red+Green+Blue) = 146+186+230=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #92BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAE6 is #6D4519. Grayscale: #B2B2B2. Windows color (decimal): -7161114 or 15121042. OLE color: 15121042.
HSL color Cylindrical-coordinate representation of color #92BAE6: hue angle of 211.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BAE6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 186 | 230 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.10 |
| HSL | 211.43º | 0.63% | 0.74% | - |
| HSV(B) | 211.43º | 0.37% | 0.9% | - |
| XYZ | 43.7 | 46.94 | 81.62 | - |
| YUV | 179.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 230 | 0.37 | 0.19 | 0 | 0.10 | 211.43 | 0.63 | 0.74 |
| Hex | 92 | BA | E6 | 25 | 13 | 0 | A | D3 | 3F | 4A |
| Octal | 222 | 272 | 346 | 45 | 23 | 0 | 12 | 323 | 77 | 112 |
| Binary | 10010010 | 10111010 | 11100110 | 100101 | 10011 | 0 | 1010 | 11010011 | 111111 | 1001010 |
Color Harmonies of #92BAE6
Complementary color
Monochromatic Colors of #92BAE6
Black with #92BAE6
Text Example
Text Example
White with #92BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAE6; }
p { color: rgb(146,186,230); }
H1.HeaderClassName
{
color: #92BAE6;
}
.AnyTagClassName
{
color: #92BAE6;
}
</style>
background-color css
<style>
a { background-color: #92BAE6; }
a { background-color: rgb(146,186,230); }
div.DivClassName
{
background-color: #92BAE6;
}
.BgClassName
{
background-color: #92BAE6;
}
</style>
border-color css
<style>
span { border-color: #92BAE6; }
span { border-color: rgb(146,186,230); }
td.TdClassName
{
border-color: #92BAE6;
}
.TagClassName
{
border-color: #92BAE6;
}
</style>