Shades of Cornflower #92BDE9
Tints of Cornflower #92BDE9
RGB
CMYK
RGB Variations
Color information
#92BDE9 (or 0x92BDE9) is known color: Cornflower. HEX triplet: 92, BD and E9. RGB value is (146,189,233). Sum of RGB (Red+Green+Blue) = 146+189+233=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #92BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDE9 is #6D4216. Grayscale: #B4B4B4. Windows color (decimal): -7160343 or 15318418. OLE color: 15318418.
HSL color Cylindrical-coordinate representation of color #92BDE9: hue angle of 210.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BDE9 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 189 | 233 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.09 |
| HSL | 210.34º | 0.66% | 0.74% | - |
| HSV(B) | 210.34º | 0.37% | 0.91% | - |
| XYZ | 44.76 | 48.39 | 84.07 | - |
| YUV | 181.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 233 | 0.37 | 0.19 | 0 | 0.09 | 210.34 | 0.66 | 0.74 |
| Hex | 92 | BD | E9 | 25 | 13 | 0 | 9 | D2 | 42 | 4A |
| Octal | 222 | 275 | 351 | 45 | 23 | 0 | 11 | 322 | 102 | 112 |
| Binary | 10010010 | 10111101 | 11101001 | 100101 | 10011 | 0 | 1001 | 11010010 | 1000010 | 1001010 |
Color Harmonies of #92BDE9
Complementary color
Monochromatic Colors of #92BDE9
Black with #92BDE9
Text Example
Text Example
White with #92BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDE9; }
p { color: rgb(146,189,233); }
H1.HeaderClassName
{
color: #92BDE9;
}
.AnyTagClassName
{
color: #92BDE9;
}
</style>
background-color css
<style>
a { background-color: #92BDE9; }
a { background-color: rgb(146,189,233); }
div.DivClassName
{
background-color: #92BDE9;
}
.BgClassName
{
background-color: #92BDE9;
}
</style>
border-color css
<style>
span { border-color: #92BDE9; }
span { border-color: rgb(146,189,233); }
td.TdClassName
{
border-color: #92BDE9;
}
.TagClassName
{
border-color: #92BDE9;
}
</style>