Shades of Cornflower #92C8F3
Tints of Cornflower #92C8F3
RGB
CMYK
RGB Variations
Color information
#92C8F3 (or 0x92C8F3) is known color: Cornflower. HEX triplet: 92, C8 and F3. RGB value is (146,200,243). Sum of RGB (Red+Green+Blue) = 146+200+243=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #92C8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C8F3 is #6D370C. Grayscale: #BCBCBC. Windows color (decimal): -7157517 or 15976594. OLE color: 15976594.
HSL color Cylindrical-coordinate representation of color #92C8F3: hue angle of 206.6º 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 #92C8F3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 200 | 243 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.05 |
| HSL | 206.6º | 0.8% | 0.76% | - |
| HSV(B) | 206.6º | 0.4% | 0.95% | - |
| XYZ | 48.69 | 53.89 | 92.63 | - |
| YUV | 188.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 243 | 0.40 | 0.18 | 0 | 0.05 | 206.6 | 0.8 | 0.76 |
| Hex | 92 | C8 | F3 | 28 | 12 | 0 | 5 | CF | 50 | 4C |
| Octal | 222 | 310 | 363 | 50 | 22 | 0 | 5 | 317 | 120 | 114 |
| Binary | 10010010 | 11001000 | 11110011 | 101000 | 10010 | 0 | 101 | 11001111 | 1010000 | 1001100 |
Color Harmonies of #92C8F3
Complementary color
Monochromatic Colors of #92C8F3
Black with #92C8F3
Text Example
Text Example
White with #92C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8F3; }
p { color: rgb(146,200,243); }
H1.HeaderClassName
{
color: #92C8F3;
}
.AnyTagClassName
{
color: #92C8F3;
}
</style>
background-color css
<style>
a { background-color: #92C8F3; }
a { background-color: rgb(146,200,243); }
div.DivClassName
{
background-color: #92C8F3;
}
.BgClassName
{
background-color: #92C8F3;
}
</style>
border-color css
<style>
span { border-color: #92C8F3; }
span { border-color: rgb(146,200,243); }
td.TdClassName
{
border-color: #92C8F3;
}
.TagClassName
{
border-color: #92C8F3;
}
</style>