Shades of Cornflower #92BFE6
Tints of Cornflower #92BFE6
RGB
CMYK
RGB Variations
Color information
#92BFE6 (or 0x92BFE6) is known color: Cornflower. HEX triplet: 92, BF and E6. RGB value is (146,191,230). Sum of RGB (Red+Green+Blue) = 146+191+230=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #92BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFE6 is #6D4019. Grayscale: #B5B5B5. Windows color (decimal): -7159834 or 15122322. OLE color: 15122322.
HSL color Cylindrical-coordinate representation of color #92BFE6: hue angle of 207.86º 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 #92BFE6 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 191 | 230 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.10 |
| HSL | 207.86º | 0.63% | 0.74% | - |
| HSV(B) | 207.86º | 0.37% | 0.9% | - |
| XYZ | 44.77 | 49.09 | 81.98 | - |
| YUV | 181.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 230 | 0.37 | 0.17 | 0 | 0.10 | 207.86 | 0.63 | 0.74 |
| Hex | 92 | BF | E6 | 25 | 11 | 0 | A | D0 | 3F | 4A |
| Octal | 222 | 277 | 346 | 45 | 21 | 0 | 12 | 320 | 77 | 112 |
| Binary | 10010010 | 10111111 | 11100110 | 100101 | 10001 | 0 | 1010 | 11010000 | 111111 | 1001010 |
Color Harmonies of #92BFE6
Complementary color
Monochromatic Colors of #92BFE6
Black with #92BFE6
Text Example
Text Example
White with #92BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFE6; }
p { color: rgb(146,191,230); }
H1.HeaderClassName
{
color: #92BFE6;
}
.AnyTagClassName
{
color: #92BFE6;
}
</style>
background-color css
<style>
a { background-color: #92BFE6; }
a { background-color: rgb(146,191,230); }
div.DivClassName
{
background-color: #92BFE6;
}
.BgClassName
{
background-color: #92BFE6;
}
</style>
border-color css
<style>
span { border-color: #92BFE6; }
span { border-color: rgb(146,191,230); }
td.TdClassName
{
border-color: #92BFE6;
}
.TagClassName
{
border-color: #92BFE6;
}
</style>