Shades of Cornflower #92BBE6
Tints of Cornflower #92BBE6
RGB
CMYK
RGB Variations
Color information
#92BBE6 (or 0x92BBE6) is known color: Cornflower. HEX triplet: 92, BB and E6. RGB value is (146,187,230). Sum of RGB (Red+Green+Blue) = 146+187+230=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #92BBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBE6 is #6D4419. Grayscale: #B3B3B3. Windows color (decimal): -7160858 or 15121298. OLE color: 15121298.
HSL color Cylindrical-coordinate representation of color #92BBE6: hue angle of 210.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BBE6 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 187 | 230 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.10 |
| HSL | 210.71º | 0.63% | 0.74% | - |
| HSV(B) | 210.71º | 0.37% | 0.9% | - |
| XYZ | 43.91 | 47.36 | 81.69 | - |
| YUV | 179.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 230 | 0.37 | 0.19 | 0 | 0.10 | 210.71 | 0.63 | 0.74 |
| Hex | 92 | BB | E6 | 25 | 13 | 0 | A | D3 | 3F | 4A |
| Octal | 222 | 273 | 346 | 45 | 23 | 0 | 12 | 323 | 77 | 112 |
| Binary | 10010010 | 10111011 | 11100110 | 100101 | 10011 | 0 | 1010 | 11010011 | 111111 | 1001010 |
Color Harmonies of #92BBE6
Complementary color
Monochromatic Colors of #92BBE6
Black with #92BBE6
Text Example
Text Example
White with #92BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBE6; }
p { color: rgb(146,187,230); }
H1.HeaderClassName
{
color: #92BBE6;
}
.AnyTagClassName
{
color: #92BBE6;
}
</style>
background-color css
<style>
a { background-color: #92BBE6; }
a { background-color: rgb(146,187,230); }
div.DivClassName
{
background-color: #92BBE6;
}
.BgClassName
{
background-color: #92BBE6;
}
</style>
border-color css
<style>
span { border-color: #92BBE6; }
span { border-color: rgb(146,187,230); }
td.TdClassName
{
border-color: #92BBE6;
}
.TagClassName
{
border-color: #92BBE6;
}
</style>