Shades of Cornflower #92D2F1
Tints of Cornflower #92D2F1
RGB
CMYK
RGB Variations
Color information
#92D2F1 (or 0x92D2F1) is known color: Cornflower. HEX triplet: 92, D2 and F1. RGB value is (146,210,241). Sum of RGB (Red+Green+Blue) = 146+210+241=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #92D2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D2F1 is #6D2D0E. Grayscale: #C2C2C2. Windows color (decimal): -7154959 or 15848082. OLE color: 15848082.
HSL color Cylindrical-coordinate representation of color #92D2F1: hue angle of 199.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D2F1 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 210 | 241 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.05 |
| HSL | 199.58º | 0.77% | 0.76% | - |
| HSV(B) | 199.58º | 0.39% | 0.95% | - |
| XYZ | 50.78 | 58.56 | 91.85 | - |
| YUV | 194.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 241 | 0.39 | 0.13 | 0 | 0.05 | 199.58 | 0.77 | 0.76 |
| Hex | 92 | D2 | F1 | 27 | D | 0 | 5 | C8 | 4D | 4C |
| Octal | 222 | 322 | 361 | 47 | 15 | 0 | 5 | 310 | 115 | 114 |
| Binary | 10010010 | 11010010 | 11110001 | 100111 | 1101 | 0 | 101 | 11001000 | 1001101 | 1001100 |
Color Harmonies of #92D2F1
Complementary color
Monochromatic Colors of #92D2F1
Black with #92D2F1
Text Example
Text Example
White with #92D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D2F1; }
p { color: rgb(146,210,241); }
H1.HeaderClassName
{
color: #92D2F1;
}
.AnyTagClassName
{
color: #92D2F1;
}
</style>
background-color css
<style>
a { background-color: #92D2F1; }
a { background-color: rgb(146,210,241); }
div.DivClassName
{
background-color: #92D2F1;
}
.BgClassName
{
background-color: #92D2F1;
}
</style>
border-color css
<style>
span { border-color: #92D2F1; }
span { border-color: rgb(146,210,241); }
td.TdClassName
{
border-color: #92D2F1;
}
.TagClassName
{
border-color: #92D2F1;
}
</style>