Shades of Cornflower #92BBE5
Tints of Cornflower #92BBE5
RGB
CMYK
RGB Variations
Color information
#92BBE5 (or 0x92BBE5) is known color: Cornflower. HEX triplet: 92, BB and E5. RGB value is (146,187,229). Sum of RGB (Red+Green+Blue) = 146+187+229=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #92BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBE5 is #6D441A. Grayscale: #B3B3B3. Windows color (decimal): -7160859 or 15055762. OLE color: 15055762.
HSL color Cylindrical-coordinate representation of color #92BBE5: hue angle of 210.36º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BBE5 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 187 | 229 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.10 |
| HSL | 210.36º | 0.61% | 0.74% | - |
| HSV(B) | 210.36º | 0.36% | 0.9% | - |
| XYZ | 43.77 | 47.31 | 80.95 | - |
| YUV | 179.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 229 | 0.36 | 0.18 | 0 | 0.10 | 210.36 | 0.61 | 0.74 |
| Hex | 92 | BB | E5 | 24 | 12 | 0 | A | D2 | 3D | 4A |
| Octal | 222 | 273 | 345 | 44 | 22 | 0 | 12 | 322 | 75 | 112 |
| Binary | 10010010 | 10111011 | 11100101 | 100100 | 10010 | 0 | 1010 | 11010010 | 111101 | 1001010 |
Color Harmonies of #92BBE5
Complementary color
Monochromatic Colors of #92BBE5
Black with #92BBE5
Text Example
Text Example
White with #92BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBE5; }
p { color: rgb(146,187,229); }
H1.HeaderClassName
{
color: #92BBE5;
}
.AnyTagClassName
{
color: #92BBE5;
}
</style>
background-color css
<style>
a { background-color: #92BBE5; }
a { background-color: rgb(146,187,229); }
div.DivClassName
{
background-color: #92BBE5;
}
.BgClassName
{
background-color: #92BBE5;
}
</style>
border-color css
<style>
span { border-color: #92BBE5; }
span { border-color: rgb(146,187,229); }
td.TdClassName
{
border-color: #92BBE5;
}
.TagClassName
{
border-color: #92BBE5;
}
</style>