Shades of Cornflower #92C9DD
Tints of Cornflower #92C9DD
RGB
CMYK
RGB Variations
Color information
#92C9DD (or 0x92C9DD) is known color: Cornflower. HEX triplet: 92, C9 and DD. RGB value is (146,201,221). Sum of RGB (Red+Green+Blue) = 146+201+221=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #92C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9DD is #6D3622. Grayscale: #BABABA. Windows color (decimal): -7157283 or 14535058. OLE color: 14535058.
HSL color Cylindrical-coordinate representation of color #92C9DD: hue angle of 196º 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 #92C9DD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 201 | 221 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.13 |
| HSL | 196º | 0.52% | 0.72% | - |
| HSV(B) | 196º | 0.34% | 0.87% | - |
| XYZ | 45.79 | 53.1 | 76.24 | - |
| YUV | 186.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 221 | 0.34 | 0.09 | 0 | 0.13 | 196 | 0.52 | 0.72 |
| Hex | 92 | C9 | DD | 22 | 9 | 0 | D | C4 | 34 | 48 |
| Octal | 222 | 311 | 335 | 42 | 11 | 0 | 15 | 304 | 64 | 110 |
| Binary | 10010010 | 11001001 | 11011101 | 100010 | 1001 | 0 | 1101 | 11000100 | 110100 | 1001000 |
Color Harmonies of #92C9DD
Complementary color
Monochromatic Colors of #92C9DD
Black with #92C9DD
Text Example
Text Example
White with #92C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C9DD; }
p { color: rgb(146,201,221); }
H1.HeaderClassName
{
color: #92C9DD;
}
.AnyTagClassName
{
color: #92C9DD;
}
</style>
background-color css
<style>
a { background-color: #92C9DD; }
a { background-color: rgb(146,201,221); }
div.DivClassName
{
background-color: #92C9DD;
}
.BgClassName
{
background-color: #92C9DD;
}
</style>
border-color css
<style>
span { border-color: #92C9DD; }
span { border-color: rgb(146,201,221); }
td.TdClassName
{
border-color: #92C9DD;
}
.TagClassName
{
border-color: #92C9DD;
}
</style>