Shades of Cornflower #92C6EE
Tints of Cornflower #92C6EE
RGB
CMYK
RGB Variations
Color information
#92C6EE (or 0x92C6EE) is known color: Cornflower. HEX triplet: 92, C6 and EE. RGB value is (146,198,238). Sum of RGB (Red+Green+Blue) = 146+198+238=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #92C6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C6EE is #6D3911. Grayscale: #BABABA. Windows color (decimal): -7158034 or 15648402. OLE color: 15648402.
HSL color Cylindrical-coordinate representation of color #92C6EE: hue angle of 206.09º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C6EE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 198 | 238 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.07 |
| HSL | 206.09º | 0.73% | 0.75% | - |
| HSV(B) | 206.09º | 0.39% | 0.93% | - |
| XYZ | 47.48 | 52.67 | 88.55 | - |
| YUV | 187.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 238 | 0.39 | 0.17 | 0 | 0.07 | 206.09 | 0.73 | 0.75 |
| Hex | 92 | C6 | EE | 27 | 11 | 0 | 7 | CE | 49 | 4B |
| Octal | 222 | 306 | 356 | 47 | 21 | 0 | 7 | 316 | 111 | 113 |
| Binary | 10010010 | 11000110 | 11101110 | 100111 | 10001 | 0 | 111 | 11001110 | 1001001 | 1001011 |
Color Harmonies of #92C6EE
Complementary color
Monochromatic Colors of #92C6EE
Black with #92C6EE
Text Example
Text Example
White with #92C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6EE; }
p { color: rgb(146,198,238); }
H1.HeaderClassName
{
color: #92C6EE;
}
.AnyTagClassName
{
color: #92C6EE;
}
</style>
background-color css
<style>
a { background-color: #92C6EE; }
a { background-color: rgb(146,198,238); }
div.DivClassName
{
background-color: #92C6EE;
}
.BgClassName
{
background-color: #92C6EE;
}
</style>
border-color css
<style>
span { border-color: #92C6EE; }
span { border-color: rgb(146,198,238); }
td.TdClassName
{
border-color: #92C6EE;
}
.TagClassName
{
border-color: #92C6EE;
}
</style>