Shades of Cornflower #92BBDF
Tints of Cornflower #92BBDF
RGB
CMYK
RGB Variations
Color information
#92BBDF (or 0x92BBDF) is known color: Cornflower. HEX triplet: 92, BB and DF. RGB value is (146,187,223). Sum of RGB (Red+Green+Blue) = 146+187+223=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #92BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDF is #6D4420. Grayscale: #B2B2B2. Windows color (decimal): -7160865 or 14662546. OLE color: 14662546.
HSL color Cylindrical-coordinate representation of color #92BBDF: hue angle of 208.05º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BBDF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 187 | 223 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.13 |
| HSL | 208.05º | 0.55% | 0.72% | - |
| HSV(B) | 208.05º | 0.35% | 0.87% | - |
| XYZ | 42.94 | 46.98 | 76.62 | - |
| YUV | 178.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 223 | 0.35 | 0.16 | 0 | 0.13 | 208.05 | 0.55 | 0.72 |
| Hex | 92 | BB | DF | 23 | 10 | 0 | D | D0 | 37 | 48 |
| Octal | 222 | 273 | 337 | 43 | 20 | 0 | 15 | 320 | 67 | 110 |
| Binary | 10010010 | 10111011 | 11011111 | 100011 | 10000 | 0 | 1101 | 11010000 | 110111 | 1001000 |
Color Harmonies of #92BBDF
Complementary color
Monochromatic Colors of #92BBDF
Black with #92BBDF
Text Example
Text Example
White with #92BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBDF; }
p { color: rgb(146,187,223); }
H1.HeaderClassName
{
color: #92BBDF;
}
.AnyTagClassName
{
color: #92BBDF;
}
</style>
background-color css
<style>
a { background-color: #92BBDF; }
a { background-color: rgb(146,187,223); }
div.DivClassName
{
background-color: #92BBDF;
}
.BgClassName
{
background-color: #92BBDF;
}
</style>
border-color css
<style>
span { border-color: #92BBDF; }
span { border-color: rgb(146,187,223); }
td.TdClassName
{
border-color: #92BBDF;
}
.TagClassName
{
border-color: #92BBDF;
}
</style>