Shades of Cornflower #92BCDE
Tints of Cornflower #92BCDE
RGB
CMYK
RGB Variations
Color information
#92BCDE (or 0x92BCDE) is known color: Cornflower. HEX triplet: 92, BC and DE. RGB value is (146,188,222). Sum of RGB (Red+Green+Blue) = 146+188+222=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #92BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDE is #6D4321. Grayscale: #B3B3B3. Windows color (decimal): -7160610 or 14597266. OLE color: 14597266.
HSL color Cylindrical-coordinate representation of color #92BCDE: hue angle of 206.84º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BCDE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 188 | 222 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.13 |
| HSL | 206.84º | 0.54% | 0.72% | - |
| HSV(B) | 206.84º | 0.34% | 0.87% | - |
| XYZ | 43.02 | 47.35 | 75.98 | - |
| YUV | 179.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 222 | 0.34 | 0.15 | 0 | 0.13 | 206.84 | 0.54 | 0.72 |
| Hex | 92 | BC | DE | 22 | F | 0 | D | CF | 36 | 48 |
| Octal | 222 | 274 | 336 | 42 | 17 | 0 | 15 | 317 | 66 | 110 |
| Binary | 10010010 | 10111100 | 11011110 | 100010 | 1111 | 0 | 1101 | 11001111 | 110110 | 1001000 |
Color Harmonies of #92BCDE
Complementary color
Monochromatic Colors of #92BCDE
Black with #92BCDE
Text Example
Text Example
White with #92BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCDE; }
p { color: rgb(146,188,222); }
H1.HeaderClassName
{
color: #92BCDE;
}
.AnyTagClassName
{
color: #92BCDE;
}
</style>
background-color css
<style>
a { background-color: #92BCDE; }
a { background-color: rgb(146,188,222); }
div.DivClassName
{
background-color: #92BCDE;
}
.BgClassName
{
background-color: #92BCDE;
}
</style>
border-color css
<style>
span { border-color: #92BCDE; }
span { border-color: rgb(146,188,222); }
td.TdClassName
{
border-color: #92BCDE;
}
.TagClassName
{
border-color: #92BCDE;
}
</style>