Shades of Cornflower #92BDDD
Tints of Cornflower #92BDDD
RGB
CMYK
RGB Variations
Color information
#92BDDD (or 0x92BDDD) is known color: Cornflower. HEX triplet: 92, BD and DD. RGB value is (146,189,221). Sum of RGB (Red+Green+Blue) = 146+189+221=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #92BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDD is #6D4222. Grayscale: #B3B3B3. Windows color (decimal): -7160355 or 14531986. OLE color: 14531986.
HSL color Cylindrical-coordinate representation of color #92BDDD: hue angle of 205.6º degrees, saturation: 0.52, 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 #92BDDD is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 189 | 221 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.13 |
| HSL | 205.6º | 0.52% | 0.72% | - |
| HSV(B) | 205.6º | 0.34% | 0.87% | - |
| XYZ | 43.1 | 47.73 | 75.35 | - |
| YUV | 179.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 221 | 0.34 | 0.14 | 0 | 0.13 | 205.6 | 0.52 | 0.72 |
| Hex | 92 | BD | DD | 22 | E | 0 | D | CE | 34 | 48 |
| Octal | 222 | 275 | 335 | 42 | 16 | 0 | 15 | 316 | 64 | 110 |
| Binary | 10010010 | 10111101 | 11011101 | 100010 | 1110 | 0 | 1101 | 11001110 | 110100 | 1001000 |
Color Harmonies of #92BDDD
Complementary color
Monochromatic Colors of #92BDDD
Black with #92BDDD
Text Example
Text Example
White with #92BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDDD; }
p { color: rgb(146,189,221); }
H1.HeaderClassName
{
color: #92BDDD;
}
.AnyTagClassName
{
color: #92BDDD;
}
</style>
background-color css
<style>
a { background-color: #92BDDD; }
a { background-color: rgb(146,189,221); }
div.DivClassName
{
background-color: #92BDDD;
}
.BgClassName
{
background-color: #92BDDD;
}
</style>
border-color css
<style>
span { border-color: #92BDDD; }
span { border-color: rgb(146,189,221); }
td.TdClassName
{
border-color: #92BDDD;
}
.TagClassName
{
border-color: #92BDDD;
}
</style>