Shades of Cornflower #92BBD6
Tints of Cornflower #92BBD6
RGB
CMYK
RGB Variations
Color information
#92BBD6 (or 0x92BBD6) is known color: Cornflower. HEX triplet: 92, BB and D6. RGB value is (146,187,214). Sum of RGB (Red+Green+Blue) = 146+187+214=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #92BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBD6 is #6D4429. Grayscale: #B1B1B1. Windows color (decimal): -7160874 or 14072722. OLE color: 14072722.
HSL color Cylindrical-coordinate representation of color #92BBD6: hue angle of 203.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92BBD6 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 187 | 214 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.16 |
| HSL | 203.82º | 0.45% | 0.71% | - |
| HSV(B) | 203.82º | 0.32% | 0.84% | - |
| XYZ | 41.76 | 46.51 | 70.39 | - |
| YUV | 177.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 214 | 0.32 | 0.13 | 0 | 0.16 | 203.82 | 0.45 | 0.71 |
| Hex | 92 | BB | D6 | 20 | D | 0 | 10 | CC | 2D | 47 |
| Octal | 222 | 273 | 326 | 40 | 15 | 0 | 20 | 314 | 55 | 107 |
| Binary | 10010010 | 10111011 | 11010110 | 100000 | 1101 | 0 | 10000 | 11001100 | 101101 | 1000111 |
Color Harmonies of #92BBD6
Complementary color
Monochromatic Colors of #92BBD6
Black with #92BBD6
Text Example
Text Example
White with #92BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBD6; }
p { color: rgb(146,187,214); }
H1.HeaderClassName
{
color: #92BBD6;
}
.AnyTagClassName
{
color: #92BBD6;
}
</style>
background-color css
<style>
a { background-color: #92BBD6; }
a { background-color: rgb(146,187,214); }
div.DivClassName
{
background-color: #92BBD6;
}
.BgClassName
{
background-color: #92BBD6;
}
</style>
border-color css
<style>
span { border-color: #92BBD6; }
span { border-color: rgb(146,187,214); }
td.TdClassName
{
border-color: #92BBD6;
}
.TagClassName
{
border-color: #92BBD6;
}
</style>