Shades of Cornflower #92C6DD
Tints of Cornflower #92C6DD
RGB
CMYK
RGB Variations
Color information
#92C6DD (or 0x92C6DD) is known color: Cornflower. HEX triplet: 92, C6 and DD. RGB value is (146,198,221). Sum of RGB (Red+Green+Blue) = 146+198+221=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #92C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6DD is #6D3922. Grayscale: #B8B8B8. Windows color (decimal): -7158051 or 14534290. OLE color: 14534290.
HSL color Cylindrical-coordinate representation of color #92C6DD: hue angle of 198.4º 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 #92C6DD is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 198 | 221 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.13 |
| HSL | 198.4º | 0.52% | 0.72% | - |
| HSV(B) | 198.4º | 0.34% | 0.87% | - |
| XYZ | 45.1 | 51.72 | 76.01 | - |
| YUV | 185.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 221 | 0.34 | 0.10 | 0 | 0.13 | 198.4 | 0.52 | 0.72 |
| Hex | 92 | C6 | DD | 22 | A | 0 | D | C6 | 34 | 48 |
| Octal | 222 | 306 | 335 | 42 | 12 | 0 | 15 | 306 | 64 | 110 |
| Binary | 10010010 | 11000110 | 11011101 | 100010 | 1010 | 0 | 1101 | 11000110 | 110100 | 1001000 |
Color Harmonies of #92C6DD
Complementary color
Monochromatic Colors of #92C6DD
Black with #92C6DD
Text Example
Text Example
White with #92C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6DD; }
p { color: rgb(146,198,221); }
H1.HeaderClassName
{
color: #92C6DD;
}
.AnyTagClassName
{
color: #92C6DD;
}
</style>
background-color css
<style>
a { background-color: #92C6DD; }
a { background-color: rgb(146,198,221); }
div.DivClassName
{
background-color: #92C6DD;
}
.BgClassName
{
background-color: #92C6DD;
}
</style>
border-color css
<style>
span { border-color: #92C6DD; }
span { border-color: rgb(146,198,221); }
td.TdClassName
{
border-color: #92C6DD;
}
.TagClassName
{
border-color: #92C6DD;
}
</style>