Shades of Cornflower #92BBEF
Tints of Cornflower #92BBEF
RGB
CMYK
RGB Variations
Color information
#92BBEF (or 0x92BBEF) is known color: Cornflower. HEX triplet: 92, BB and EF. RGB value is (146,187,239). Sum of RGB (Red+Green+Blue) = 146+187+239=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #92BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBEF is #6D4410. Grayscale: #B4B4B4. Windows color (decimal): -7160849 or 15711122. OLE color: 15711122.
HSL color Cylindrical-coordinate representation of color #92BBEF: hue angle of 213.55º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BBEF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 187 | 239 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.06 |
| HSL | 213.55º | 0.74% | 0.75% | - |
| HSV(B) | 213.55º | 0.39% | 0.94% | - |
| XYZ | 45.2 | 47.88 | 88.52 | - |
| YUV | 180.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 239 | 0.39 | 0.22 | 0 | 0.06 | 213.55 | 0.74 | 0.75 |
| Hex | 92 | BB | EF | 27 | 16 | 0 | 6 | D6 | 4A | 4B |
| Octal | 222 | 273 | 357 | 47 | 26 | 0 | 6 | 326 | 112 | 113 |
| Binary | 10010010 | 10111011 | 11101111 | 100111 | 10110 | 0 | 110 | 11010110 | 1001010 | 1001011 |
Color Harmonies of #92BBEF
Complementary color
Monochromatic Colors of #92BBEF
Black with #92BBEF
Text Example
Text Example
White with #92BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBEF; }
p { color: rgb(146,187,239); }
H1.HeaderClassName
{
color: #92BBEF;
}
.AnyTagClassName
{
color: #92BBEF;
}
</style>
background-color css
<style>
a { background-color: #92BBEF; }
a { background-color: rgb(146,187,239); }
div.DivClassName
{
background-color: #92BBEF;
}
.BgClassName
{
background-color: #92BBEF;
}
</style>
border-color css
<style>
span { border-color: #92BBEF; }
span { border-color: rgb(146,187,239); }
td.TdClassName
{
border-color: #92BBEF;
}
.TagClassName
{
border-color: #92BBEF;
}
</style>