Shades of Cornflower #92BBD7
Tints of Cornflower #92BBD7
RGB
CMYK
RGB Variations
Color information
#92BBD7 (or 0x92BBD7) is known color: Cornflower. HEX triplet: 92, BB and D7. RGB value is (146,187,215). Sum of RGB (Red+Green+Blue) = 146+187+215=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #92BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBD7 is #6D4428. Grayscale: #B1B1B1. Windows color (decimal): -7160873 or 14138258. OLE color: 14138258.
HSL color Cylindrical-coordinate representation of color #92BBD7: hue angle of 204.35º degrees, saturation: 0.46, 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 #92BBD7 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 187 | 215 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.16 |
| HSL | 204.35º | 0.46% | 0.71% | - |
| HSV(B) | 204.35º | 0.32% | 0.84% | - |
| XYZ | 41.89 | 46.56 | 71.07 | - |
| YUV | 177.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 215 | 0.32 | 0.13 | 0 | 0.16 | 204.35 | 0.46 | 0.71 |
| Hex | 92 | BB | D7 | 20 | D | 0 | 10 | CC | 2E | 47 |
| Octal | 222 | 273 | 327 | 40 | 15 | 0 | 20 | 314 | 56 | 107 |
| Binary | 10010010 | 10111011 | 11010111 | 100000 | 1101 | 0 | 10000 | 11001100 | 101110 | 1000111 |
Color Harmonies of #92BBD7
Complementary color
Monochromatic Colors of #92BBD7
Black with #92BBD7
Text Example
Text Example
White with #92BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBD7; }
p { color: rgb(146,187,215); }
H1.HeaderClassName
{
color: #92BBD7;
}
.AnyTagClassName
{
color: #92BBD7;
}
</style>
background-color css
<style>
a { background-color: #92BBD7; }
a { background-color: rgb(146,187,215); }
div.DivClassName
{
background-color: #92BBD7;
}
.BgClassName
{
background-color: #92BBD7;
}
</style>
border-color css
<style>
span { border-color: #92BBD7; }
span { border-color: rgb(146,187,215); }
td.TdClassName
{
border-color: #92BBD7;
}
.TagClassName
{
border-color: #92BBD7;
}
</style>