Shades of Cornflower #92D0F1
Tints of Cornflower #92D0F1
RGB
CMYK
RGB Variations
Color information
#92D0F1 (or 0x92D0F1) is known color: Cornflower. HEX triplet: 92, D0 and F1. RGB value is (146,208,241). Sum of RGB (Red+Green+Blue) = 146+208+241=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #92D0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0F1 is #6D2F0E. Grayscale: #C1C1C1. Windows color (decimal): -7155471 or 15847570. OLE color: 15847570.
HSL color Cylindrical-coordinate representation of color #92D0F1: hue angle of 200.84º 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 #92D0F1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 208 | 241 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.05 |
| HSL | 200.84º | 0.77% | 0.76% | - |
| HSV(B) | 200.84º | 0.39% | 0.95% | - |
| XYZ | 50.29 | 57.57 | 91.68 | - |
| YUV | 193.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 241 | 0.39 | 0.14 | 0 | 0.05 | 200.84 | 0.77 | 0.76 |
| Hex | 92 | D0 | F1 | 27 | E | 0 | 5 | C9 | 4D | 4C |
| Octal | 222 | 320 | 361 | 47 | 16 | 0 | 5 | 311 | 115 | 114 |
| Binary | 10010010 | 11010000 | 11110001 | 100111 | 1110 | 0 | 101 | 11001001 | 1001101 | 1001100 |
Color Harmonies of #92D0F1
Complementary color
Monochromatic Colors of #92D0F1
Black with #92D0F1
Text Example
Text Example
White with #92D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0F1; }
p { color: rgb(146,208,241); }
H1.HeaderClassName
{
color: #92D0F1;
}
.AnyTagClassName
{
color: #92D0F1;
}
</style>
background-color css
<style>
a { background-color: #92D0F1; }
a { background-color: rgb(146,208,241); }
div.DivClassName
{
background-color: #92D0F1;
}
.BgClassName
{
background-color: #92D0F1;
}
</style>
border-color css
<style>
span { border-color: #92D0F1; }
span { border-color: rgb(146,208,241); }
td.TdClassName
{
border-color: #92D0F1;
}
.TagClassName
{
border-color: #92D0F1;
}
</style>