Shades of Cornflower #92CDF0
Tints of Cornflower #92CDF0
RGB
CMYK
RGB Variations
Color information
#92CDF0 (or 0x92CDF0) is known color: Cornflower. HEX triplet: 92, CD and F0. RGB value is (146,205,240). Sum of RGB (Red+Green+Blue) = 146+205+240=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #92CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDF0 is #6D320F. Grayscale: #BFBFBF. Windows color (decimal): -7156240 or 15781266. OLE color: 15781266.
HSL color Cylindrical-coordinate representation of color #92CDF0: hue angle of 202.34º 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 #92CDF0 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 205 | 240 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.06 |
| HSL | 202.34º | 0.76% | 0.76% | - |
| HSV(B) | 202.34º | 0.39% | 0.94% | - |
| XYZ | 49.41 | 56.06 | 90.66 | - |
| YUV | 191.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 240 | 0.39 | 0.15 | 0 | 0.06 | 202.34 | 0.76 | 0.76 |
| Hex | 92 | CD | F0 | 27 | F | 0 | 6 | CA | 4C | 4C |
| Octal | 222 | 315 | 360 | 47 | 17 | 0 | 6 | 312 | 114 | 114 |
| Binary | 10010010 | 11001101 | 11110000 | 100111 | 1111 | 0 | 110 | 11001010 | 1001100 | 1001100 |
Color Harmonies of #92CDF0
Complementary color
Monochromatic Colors of #92CDF0
Black with #92CDF0
Text Example
Text Example
White with #92CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDF0; }
p { color: rgb(146,205,240); }
H1.HeaderClassName
{
color: #92CDF0;
}
.AnyTagClassName
{
color: #92CDF0;
}
</style>
background-color css
<style>
a { background-color: #92CDF0; }
a { background-color: rgb(146,205,240); }
div.DivClassName
{
background-color: #92CDF0;
}
.BgClassName
{
background-color: #92CDF0;
}
</style>
border-color css
<style>
span { border-color: #92CDF0; }
span { border-color: rgb(146,205,240); }
td.TdClassName
{
border-color: #92CDF0;
}
.TagClassName
{
border-color: #92CDF0;
}
</style>