Shades of Cornflower #92C3DC
Tints of Cornflower #92C3DC
RGB
CMYK
RGB Variations
Color information
#92C3DC (or 0x92C3DC) is known color: Cornflower. HEX triplet: 92, C3 and DC. RGB value is (146,195,220). Sum of RGB (Red+Green+Blue) = 146+195+220=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C3DC is #6D3C23. Grayscale: #B7B7B7. Windows color (decimal): -7158820 or 14467986. OLE color: 14467986.
HSL color Cylindrical-coordinate representation of color #92C3DC: hue angle of 200.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92C3DC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 195 | 220 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.14 |
| HSL | 200.27º | 0.51% | 0.72% | - |
| HSV(B) | 200.27º | 0.34% | 0.86% | - |
| XYZ | 44.29 | 50.31 | 75.09 | - |
| YUV | 183.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 220 | 0.34 | 0.11 | 0 | 0.14 | 200.27 | 0.51 | 0.72 |
| Hex | 92 | C3 | DC | 22 | B | 0 | E | C8 | 33 | 48 |
| Octal | 222 | 303 | 334 | 42 | 13 | 0 | 16 | 310 | 63 | 110 |
| Binary | 10010010 | 11000011 | 11011100 | 100010 | 1011 | 0 | 1110 | 11001000 | 110011 | 1001000 |
Color Harmonies of #92C3DC
Complementary color
Monochromatic Colors of #92C3DC
Black with #92C3DC
Text Example
Text Example
White with #92C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C3DC; }
p { color: rgb(146,195,220); }
H1.HeaderClassName
{
color: #92C3DC;
}
.AnyTagClassName
{
color: #92C3DC;
}
</style>
background-color css
<style>
a { background-color: #92C3DC; }
a { background-color: rgb(146,195,220); }
div.DivClassName
{
background-color: #92C3DC;
}
.BgClassName
{
background-color: #92C3DC;
}
</style>
border-color css
<style>
span { border-color: #92C3DC; }
span { border-color: rgb(146,195,220); }
td.TdClassName
{
border-color: #92C3DC;
}
.TagClassName
{
border-color: #92C3DC;
}
</style>