Shades of Cornflower #92BCDD
Tints of Cornflower #92BCDD
RGB
CMYK
RGB Variations
Color information
#92BCDD (or 0x92BCDD) is known color: Cornflower. HEX triplet: 92, BC and DD. RGB value is (146,188,221). Sum of RGB (Red+Green+Blue) = 146+188+221=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #92BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDD is #6D4322. Grayscale: #B3B3B3. Windows color (decimal): -7160611 or 14531730. OLE color: 14531730.
HSL color Cylindrical-coordinate representation of color #92BCDD: hue angle of 206.4º degrees, saturation: 0.52, 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 #92BCDD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 188 | 221 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.13 |
| HSL | 206.4º | 0.52% | 0.72% | - |
| HSV(B) | 206.4º | 0.34% | 0.87% | - |
| XYZ | 42.89 | 47.3 | 75.28 | - |
| YUV | 179.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 221 | 0.34 | 0.15 | 0 | 0.13 | 206.4 | 0.52 | 0.72 |
| Hex | 92 | BC | DD | 22 | F | 0 | D | CE | 34 | 48 |
| Octal | 222 | 274 | 335 | 42 | 17 | 0 | 15 | 316 | 64 | 110 |
| Binary | 10010010 | 10111100 | 11011101 | 100010 | 1111 | 0 | 1101 | 11001110 | 110100 | 1001000 |
Color Harmonies of #92BCDD
Complementary color
Monochromatic Colors of #92BCDD
Black with #92BCDD
Text Example
Text Example
White with #92BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCDD; }
p { color: rgb(146,188,221); }
H1.HeaderClassName
{
color: #92BCDD;
}
.AnyTagClassName
{
color: #92BCDD;
}
</style>
background-color css
<style>
a { background-color: #92BCDD; }
a { background-color: rgb(146,188,221); }
div.DivClassName
{
background-color: #92BCDD;
}
.BgClassName
{
background-color: #92BCDD;
}
</style>
border-color css
<style>
span { border-color: #92BCDD; }
span { border-color: rgb(146,188,221); }
td.TdClassName
{
border-color: #92BCDD;
}
.TagClassName
{
border-color: #92BCDD;
}
</style>