Shades of Cornflower #92C1E1
Tints of Cornflower #92C1E1
RGB
CMYK
RGB Variations
Color information
#92C1E1 (or 0x92C1E1) is known color: Cornflower. HEX triplet: 92, C1 and E1. RGB value is (146,193,225). Sum of RGB (Red+Green+Blue) = 146+193+225=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #92C1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C1E1 is #6D3E1E. Grayscale: #B6B6B6. Windows color (decimal): -7159327 or 14795154. OLE color: 14795154.
HSL color Cylindrical-coordinate representation of color #92C1E1: hue angle of 204.3º 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 #92C1E1 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 193 | 225 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.12 |
| HSL | 204.3º | 0.57% | 0.73% | - |
| HSV(B) | 204.3º | 0.35% | 0.88% | - |
| XYZ | 44.51 | 49.69 | 78.48 | - |
| YUV | 182.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 225 | 0.35 | 0.14 | 0 | 0.12 | 204.3 | 0.57 | 0.73 |
| Hex | 92 | C1 | E1 | 23 | E | 0 | C | CC | 39 | 49 |
| Octal | 222 | 301 | 341 | 43 | 16 | 0 | 14 | 314 | 71 | 111 |
| Binary | 10010010 | 11000001 | 11100001 | 100011 | 1110 | 0 | 1100 | 11001100 | 111001 | 1001001 |
Color Harmonies of #92C1E1
Complementary color
Monochromatic Colors of #92C1E1
Black with #92C1E1
Text Example
Text Example
White with #92C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C1E1; }
p { color: rgb(146,193,225); }
H1.HeaderClassName
{
color: #92C1E1;
}
.AnyTagClassName
{
color: #92C1E1;
}
</style>
background-color css
<style>
a { background-color: #92C1E1; }
a { background-color: rgb(146,193,225); }
div.DivClassName
{
background-color: #92C1E1;
}
.BgClassName
{
background-color: #92C1E1;
}
</style>
border-color css
<style>
span { border-color: #92C1E1; }
span { border-color: rgb(146,193,225); }
td.TdClassName
{
border-color: #92C1E1;
}
.TagClassName
{
border-color: #92C1E1;
}
</style>