Shades of Cornflower #92BFE3
Tints of Cornflower #92BFE3
RGB
CMYK
RGB Variations
Color information
#92BFE3 (or 0x92BFE3) is known color: Cornflower. HEX triplet: 92, BF and E3. RGB value is (146,191,227). Sum of RGB (Red+Green+Blue) = 146+191+227=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #92BFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFE3 is #6D401C. Grayscale: #B5B5B5. Windows color (decimal): -7159837 or 14925714. OLE color: 14925714.
HSL color Cylindrical-coordinate representation of color #92BFE3: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BFE3 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 191 | 227 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.11 |
| HSL | 206.67º | 0.59% | 0.73% | - |
| HSV(B) | 206.67º | 0.36% | 0.89% | - |
| XYZ | 44.35 | 48.92 | 79.78 | - |
| YUV | 181.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 227 | 0.36 | 0.16 | 0 | 0.11 | 206.67 | 0.59 | 0.73 |
| Hex | 92 | BF | E3 | 24 | 10 | 0 | B | CF | 3B | 49 |
| Octal | 222 | 277 | 343 | 44 | 20 | 0 | 13 | 317 | 73 | 111 |
| Binary | 10010010 | 10111111 | 11100011 | 100100 | 10000 | 0 | 1011 | 11001111 | 111011 | 1001001 |
Color Harmonies of #92BFE3
Complementary color
Monochromatic Colors of #92BFE3
Black with #92BFE3
Text Example
Text Example
White with #92BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFE3; }
p { color: rgb(146,191,227); }
H1.HeaderClassName
{
color: #92BFE3;
}
.AnyTagClassName
{
color: #92BFE3;
}
</style>
background-color css
<style>
a { background-color: #92BFE3; }
a { background-color: rgb(146,191,227); }
div.DivClassName
{
background-color: #92BFE3;
}
.BgClassName
{
background-color: #92BFE3;
}
</style>
border-color css
<style>
span { border-color: #92BFE3; }
span { border-color: rgb(146,191,227); }
td.TdClassName
{
border-color: #92BFE3;
}
.TagClassName
{
border-color: #92BFE3;
}
</style>