Shades of Cornflower #92C5F3
Tints of Cornflower #92C5F3
RGB
CMYK
RGB Variations
Color information
#92C5F3 (or 0x92C5F3) is known color: Cornflower. HEX triplet: 92, C5 and F3. RGB value is (146,197,243). Sum of RGB (Red+Green+Blue) = 146+197+243=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #92C5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5F3 is #6D3A0C. Grayscale: #BABABA. Windows color (decimal): -7158285 or 15975826. OLE color: 15975826.
HSL color Cylindrical-coordinate representation of color #92C5F3: hue angle of 208.45º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92C5F3 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 197 | 243 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.05 |
| HSL | 208.45º | 0.8% | 0.76% | - |
| HSV(B) | 208.45º | 0.4% | 0.95% | - |
| XYZ | 48 | 52.51 | 92.4 | - |
| YUV | 187 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 243 | 0.40 | 0.19 | 0 | 0.05 | 208.45 | 0.8 | 0.76 |
| Hex | 92 | C5 | F3 | 28 | 13 | 0 | 5 | D0 | 50 | 4C |
| Octal | 222 | 305 | 363 | 50 | 23 | 0 | 5 | 320 | 120 | 114 |
| Binary | 10010010 | 11000101 | 11110011 | 101000 | 10011 | 0 | 101 | 11010000 | 1010000 | 1001100 |
Color Harmonies of #92C5F3
Complementary color
Monochromatic Colors of #92C5F3
Black with #92C5F3
Text Example
Text Example
White with #92C5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5F3; }
p { color: rgb(146,197,243); }
H1.HeaderClassName
{
color: #92C5F3;
}
.AnyTagClassName
{
color: #92C5F3;
}
</style>
background-color css
<style>
a { background-color: #92C5F3; }
a { background-color: rgb(146,197,243); }
div.DivClassName
{
background-color: #92C5F3;
}
.BgClassName
{
background-color: #92C5F3;
}
</style>
border-color css
<style>
span { border-color: #92C5F3; }
span { border-color: rgb(146,197,243); }
td.TdClassName
{
border-color: #92C5F3;
}
.TagClassName
{
border-color: #92C5F3;
}
</style>