Shades of Cornflower #92C0D9
Tints of Cornflower #92C0D9
RGB
CMYK
RGB Variations
Color information
#92C0D9 (or 0x92C0D9) is known color: Cornflower. HEX triplet: 92, C0 and D9. RGB value is (146,192,217). Sum of RGB (Red+Green+Blue) = 146+192+217=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #92C0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0D9 is #6D3F26. Grayscale: #B4B4B4. Windows color (decimal): -7159591 or 14270610. OLE color: 14270610.
HSL color Cylindrical-coordinate representation of color #92C0D9: hue angle of 201.13º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92C0D9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 192 | 217 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.15 |
| HSL | 201.13º | 0.48% | 0.71% | - |
| HSV(B) | 201.13º | 0.33% | 0.85% | - |
| XYZ | 43.23 | 48.82 | 72.79 | - |
| YUV | 181.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 217 | 0.33 | 0.12 | 0 | 0.15 | 201.13 | 0.48 | 0.71 |
| Hex | 92 | C0 | D9 | 21 | C | 0 | F | C9 | 30 | 47 |
| Octal | 222 | 300 | 331 | 41 | 14 | 0 | 17 | 311 | 60 | 107 |
| Binary | 10010010 | 11000000 | 11011001 | 100001 | 1100 | 0 | 1111 | 11001001 | 110000 | 1000111 |
Color Harmonies of #92C0D9
Complementary color
Monochromatic Colors of #92C0D9
Black with #92C0D9
Text Example
Text Example
White with #92C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0D9; }
p { color: rgb(146,192,217); }
H1.HeaderClassName
{
color: #92C0D9;
}
.AnyTagClassName
{
color: #92C0D9;
}
</style>
background-color css
<style>
a { background-color: #92C0D9; }
a { background-color: rgb(146,192,217); }
div.DivClassName
{
background-color: #92C0D9;
}
.BgClassName
{
background-color: #92C0D9;
}
</style>
border-color css
<style>
span { border-color: #92C0D9; }
span { border-color: rgb(146,192,217); }
td.TdClassName
{
border-color: #92C0D9;
}
.TagClassName
{
border-color: #92C0D9;
}
</style>