Shades of Cornflower #92C8EC
Tints of Cornflower #92C8EC
RGB
CMYK
RGB Variations
Color information
#92C8EC (or 0x92C8EC) is known color: Cornflower. HEX triplet: 92, C8 and EC. RGB value is (146,200,236). Sum of RGB (Red+Green+Blue) = 146+200+236=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #92C8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C8EC is #6D3713. Grayscale: #BBBBBB. Windows color (decimal): -7157524 or 15517842. OLE color: 15517842.
HSL color Cylindrical-coordinate representation of color #92C8EC: hue angle of 204º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92C8EC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 200 | 236 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.07 |
| HSL | 204º | 0.7% | 0.75% | - |
| HSV(B) | 204º | 0.38% | 0.93% | - |
| XYZ | 47.65 | 53.48 | 87.17 | - |
| YUV | 187.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 236 | 0.38 | 0.15 | 0 | 0.07 | 204 | 0.7 | 0.75 |
| Hex | 92 | C8 | EC | 26 | F | 0 | 7 | CC | 46 | 4B |
| Octal | 222 | 310 | 354 | 46 | 17 | 0 | 7 | 314 | 106 | 113 |
| Binary | 10010010 | 11001000 | 11101100 | 100110 | 1111 | 0 | 111 | 11001100 | 1000110 | 1001011 |
Color Harmonies of #92C8EC
Complementary color
Monochromatic Colors of #92C8EC
Black with #92C8EC
Text Example
Text Example
White with #92C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8EC; }
p { color: rgb(146,200,236); }
H1.HeaderClassName
{
color: #92C8EC;
}
.AnyTagClassName
{
color: #92C8EC;
}
</style>
background-color css
<style>
a { background-color: #92C8EC; }
a { background-color: rgb(146,200,236); }
div.DivClassName
{
background-color: #92C8EC;
}
.BgClassName
{
background-color: #92C8EC;
}
</style>
border-color css
<style>
span { border-color: #92C8EC; }
span { border-color: rgb(146,200,236); }
td.TdClassName
{
border-color: #92C8EC;
}
.TagClassName
{
border-color: #92C8EC;
}
</style>