Shades of Cornflower #92BCE1
Tints of Cornflower #92BCE1
RGB
CMYK
RGB Variations
Color information
#92BCE1 (or 0x92BCE1) is known color: Cornflower. HEX triplet: 92, BC and E1. RGB value is (146,188,225). Sum of RGB (Red+Green+Blue) = 146+188+225=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #92BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCE1 is #6D431E. Grayscale: #B3B3B3. Windows color (decimal): -7160607 or 14793874. OLE color: 14793874.
HSL color Cylindrical-coordinate representation of color #92BCE1: hue angle of 208.1º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BCE1 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 188 | 225 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.12 |
| HSL | 208.1º | 0.57% | 0.73% | - |
| HSV(B) | 208.1º | 0.35% | 0.88% | - |
| XYZ | 43.43 | 47.51 | 78.12 | - |
| YUV | 179.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 225 | 0.35 | 0.16 | 0 | 0.12 | 208.1 | 0.57 | 0.73 |
| Hex | 92 | BC | E1 | 23 | 10 | 0 | C | D0 | 39 | 49 |
| Octal | 222 | 274 | 341 | 43 | 20 | 0 | 14 | 320 | 71 | 111 |
| Binary | 10010010 | 10111100 | 11100001 | 100011 | 10000 | 0 | 1100 | 11010000 | 111001 | 1001001 |
Color Harmonies of #92BCE1
Complementary color
Monochromatic Colors of #92BCE1
Black with #92BCE1
Text Example
Text Example
White with #92BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCE1; }
p { color: rgb(146,188,225); }
H1.HeaderClassName
{
color: #92BCE1;
}
.AnyTagClassName
{
color: #92BCE1;
}
</style>
background-color css
<style>
a { background-color: #92BCE1; }
a { background-color: rgb(146,188,225); }
div.DivClassName
{
background-color: #92BCE1;
}
.BgClassName
{
background-color: #92BCE1;
}
</style>
border-color css
<style>
span { border-color: #92BCE1; }
span { border-color: rgb(146,188,225); }
td.TdClassName
{
border-color: #92BCE1;
}
.TagClassName
{
border-color: #92BCE1;
}
</style>