Shades of Cornflower #92BDD6
Tints of Cornflower #92BDD6
RGB
CMYK
RGB Variations
Color information
#92BDD6 (or 0x92BDD6) is known color: Cornflower. HEX triplet: 92, BD and D6. RGB value is (146,189,214). Sum of RGB (Red+Green+Blue) = 146+189+214=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #92BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDD6 is #6D4229. Grayscale: #B2B2B2. Windows color (decimal): -7160362 or 14073234. OLE color: 14073234.
HSL color Cylindrical-coordinate representation of color #92BDD6: hue angle of 202.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92BDD6 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 189 | 214 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.16 |
| HSL | 202.06º | 0.45% | 0.71% | - |
| HSV(B) | 202.06º | 0.32% | 0.84% | - |
| XYZ | 42.19 | 47.36 | 70.54 | - |
| YUV | 178.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 214 | 0.32 | 0.12 | 0 | 0.16 | 202.06 | 0.45 | 0.71 |
| Hex | 92 | BD | D6 | 20 | C | 0 | 10 | CA | 2D | 47 |
| Octal | 222 | 275 | 326 | 40 | 14 | 0 | 20 | 312 | 55 | 107 |
| Binary | 10010010 | 10111101 | 11010110 | 100000 | 1100 | 0 | 10000 | 11001010 | 101101 | 1000111 |
Color Harmonies of #92BDD6
Complementary color
Monochromatic Colors of #92BDD6
Black with #92BDD6
Text Example
Text Example
White with #92BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDD6; }
p { color: rgb(146,189,214); }
H1.HeaderClassName
{
color: #92BDD6;
}
.AnyTagClassName
{
color: #92BDD6;
}
</style>
background-color css
<style>
a { background-color: #92BDD6; }
a { background-color: rgb(146,189,214); }
div.DivClassName
{
background-color: #92BDD6;
}
.BgClassName
{
background-color: #92BDD6;
}
</style>
border-color css
<style>
span { border-color: #92BDD6; }
span { border-color: rgb(146,189,214); }
td.TdClassName
{
border-color: #92BDD6;
}
.TagClassName
{
border-color: #92BDD6;
}
</style>