Shades of Cornflower #92B8E8
Tints of Cornflower #92B8E8
RGB
CMYK
RGB Variations
Color information
#92B8E8 (or 0x92B8E8) is known color: Cornflower. HEX triplet: 92, B8 and E8. RGB value is (146,184,232). Sum of RGB (Red+Green+Blue) = 146+184+232=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #92B8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B8E8 is #6D4717. Grayscale: #B1B1B1. Windows color (decimal): -7161624 or 15251602. OLE color: 15251602.
HSL color Cylindrical-coordinate representation of color #92B8E8: hue angle of 213.49º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92B8E8 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 184 | 232 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.09 |
| HSL | 213.49º | 0.65% | 0.74% | - |
| HSV(B) | 213.49º | 0.37% | 0.91% | - |
| XYZ | 43.56 | 46.22 | 82.97 | - |
| YUV | 178.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 232 | 0.37 | 0.21 | 0 | 0.09 | 213.49 | 0.65 | 0.74 |
| Hex | 92 | B8 | E8 | 25 | 15 | 0 | 9 | D5 | 41 | 4A |
| Octal | 222 | 270 | 350 | 45 | 25 | 0 | 11 | 325 | 101 | 112 |
| Binary | 10010010 | 10111000 | 11101000 | 100101 | 10101 | 0 | 1001 | 11010101 | 1000001 | 1001010 |
Color Harmonies of #92B8E8
Complementary color
Monochromatic Colors of #92B8E8
Black with #92B8E8
Text Example
Text Example
White with #92B8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8E8; }
p { color: rgb(146,184,232); }
H1.HeaderClassName
{
color: #92B8E8;
}
.AnyTagClassName
{
color: #92B8E8;
}
</style>
background-color css
<style>
a { background-color: #92B8E8; }
a { background-color: rgb(146,184,232); }
div.DivClassName
{
background-color: #92B8E8;
}
.BgClassName
{
background-color: #92B8E8;
}
</style>
border-color css
<style>
span { border-color: #92B8E8; }
span { border-color: rgb(146,184,232); }
td.TdClassName
{
border-color: #92B8E8;
}
.TagClassName
{
border-color: #92B8E8;
}
</style>