Shades of Cornflower #92BEDE
Tints of Cornflower #92BEDE
RGB
CMYK
RGB Variations
Color information
#92BEDE (or 0x92BEDE) is known color: Cornflower. HEX triplet: 92, BE and DE. RGB value is (146,190,222). Sum of RGB (Red+Green+Blue) = 146+190+222=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #92BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEDE is #6D4121. Grayscale: #B4B4B4. Windows color (decimal): -7160098 or 14597778. OLE color: 14597778.
HSL color Cylindrical-coordinate representation of color #92BEDE: hue angle of 205.26º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BEDE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 190 | 222 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.13 |
| HSL | 205.26º | 0.54% | 0.72% | - |
| HSV(B) | 205.26º | 0.34% | 0.87% | - |
| XYZ | 43.45 | 48.21 | 76.12 | - |
| YUV | 180.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 222 | 0.34 | 0.14 | 0 | 0.13 | 205.26 | 0.54 | 0.72 |
| Hex | 92 | BE | DE | 22 | E | 0 | D | CD | 36 | 48 |
| Octal | 222 | 276 | 336 | 42 | 16 | 0 | 15 | 315 | 66 | 110 |
| Binary | 10010010 | 10111110 | 11011110 | 100010 | 1110 | 0 | 1101 | 11001101 | 110110 | 1001000 |
Color Harmonies of #92BEDE
Complementary color
Monochromatic Colors of #92BEDE
Black with #92BEDE
Text Example
Text Example
White with #92BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEDE; }
p { color: rgb(146,190,222); }
H1.HeaderClassName
{
color: #92BEDE;
}
.AnyTagClassName
{
color: #92BEDE;
}
</style>
background-color css
<style>
a { background-color: #92BEDE; }
a { background-color: rgb(146,190,222); }
div.DivClassName
{
background-color: #92BEDE;
}
.BgClassName
{
background-color: #92BEDE;
}
</style>
border-color css
<style>
span { border-color: #92BEDE; }
span { border-color: rgb(146,190,222); }
td.TdClassName
{
border-color: #92BEDE;
}
.TagClassName
{
border-color: #92BEDE;
}
</style>