Shades of Cornflower #92BCDC
Tints of Cornflower #92BCDC
RGB
CMYK
RGB Variations
Color information
#92BCDC (or 0x92BCDC) is known color: Cornflower. HEX triplet: 92, BC and DC. RGB value is (146,188,220). Sum of RGB (Red+Green+Blue) = 146+188+220=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #92BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDC is #6D4323. Grayscale: #B2B2B2. Windows color (decimal): -7160612 or 14466194. OLE color: 14466194.
HSL color Cylindrical-coordinate representation of color #92BCDC: hue angle of 205.95º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BCDC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 188 | 220 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.14 |
| HSL | 205.95º | 0.51% | 0.72% | - |
| HSV(B) | 205.95º | 0.34% | 0.86% | - |
| XYZ | 42.76 | 47.24 | 74.58 | - |
| YUV | 179.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 220 | 0.34 | 0.15 | 0 | 0.14 | 205.95 | 0.51 | 0.72 |
| Hex | 92 | BC | DC | 22 | F | 0 | E | CE | 33 | 48 |
| Octal | 222 | 274 | 334 | 42 | 17 | 0 | 16 | 316 | 63 | 110 |
| Binary | 10010010 | 10111100 | 11011100 | 100010 | 1111 | 0 | 1110 | 11001110 | 110011 | 1001000 |
Color Harmonies of #92BCDC
Complementary color
Monochromatic Colors of #92BCDC
Black with #92BCDC
Text Example
Text Example
White with #92BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCDC; }
p { color: rgb(146,188,220); }
H1.HeaderClassName
{
color: #92BCDC;
}
.AnyTagClassName
{
color: #92BCDC;
}
</style>
background-color css
<style>
a { background-color: #92BCDC; }
a { background-color: rgb(146,188,220); }
div.DivClassName
{
background-color: #92BCDC;
}
.BgClassName
{
background-color: #92BCDC;
}
</style>
border-color css
<style>
span { border-color: #92BCDC; }
span { border-color: rgb(146,188,220); }
td.TdClassName
{
border-color: #92BCDC;
}
.TagClassName
{
border-color: #92BCDC;
}
</style>