Shades of Cornflower #92CFF0
Tints of Cornflower #92CFF0
RGB
CMYK
RGB Variations
Color information
#92CFF0 (or 0x92CFF0) is known color: Cornflower. HEX triplet: 92, CF and F0. RGB value is (146,207,240). Sum of RGB (Red+Green+Blue) = 146+207+240=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #92CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFF0 is #6D300F. Grayscale: #C0C0C0. Windows color (decimal): -7155728 or 15781778. OLE color: 15781778.
HSL color Cylindrical-coordinate representation of color #92CFF0: hue angle of 201.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CFF0 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 207 | 240 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.06 |
| HSL | 201.06º | 0.76% | 0.76% | - |
| HSV(B) | 201.06º | 0.39% | 0.94% | - |
| XYZ | 49.9 | 57.03 | 90.82 | - |
| YUV | 192.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 240 | 0.39 | 0.14 | 0 | 0.06 | 201.06 | 0.76 | 0.76 |
| Hex | 92 | CF | F0 | 27 | E | 0 | 6 | C9 | 4C | 4C |
| Octal | 222 | 317 | 360 | 47 | 16 | 0 | 6 | 311 | 114 | 114 |
| Binary | 10010010 | 11001111 | 11110000 | 100111 | 1110 | 0 | 110 | 11001001 | 1001100 | 1001100 |
Color Harmonies of #92CFF0
Complementary color
Monochromatic Colors of #92CFF0
Black with #92CFF0
Text Example
Text Example
White with #92CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFF0; }
p { color: rgb(146,207,240); }
H1.HeaderClassName
{
color: #92CFF0;
}
.AnyTagClassName
{
color: #92CFF0;
}
</style>
background-color css
<style>
a { background-color: #92CFF0; }
a { background-color: rgb(146,207,240); }
div.DivClassName
{
background-color: #92CFF0;
}
.BgClassName
{
background-color: #92CFF0;
}
</style>
border-color css
<style>
span { border-color: #92CFF0; }
span { border-color: rgb(146,207,240); }
td.TdClassName
{
border-color: #92CFF0;
}
.TagClassName
{
border-color: #92CFF0;
}
</style>