Shades of Cornflower #92CDF2
Tints of Cornflower #92CDF2
RGB
CMYK
RGB Variations
Color information
#92CDF2 (or 0x92CDF2) is known color: Cornflower. HEX triplet: 92, CD and F2. RGB value is (146,205,242). Sum of RGB (Red+Green+Blue) = 146+205+242=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #92CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDF2 is #6D320D. Grayscale: #BFBFBF. Windows color (decimal): -7156238 or 15912338. OLE color: 15912338.
HSL color Cylindrical-coordinate representation of color #92CDF2: hue angle of 203.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92CDF2 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 205 | 242 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.05 |
| HSL | 203.13º | 0.79% | 0.76% | - |
| HSV(B) | 203.13º | 0.4% | 0.95% | - |
| XYZ | 49.71 | 56.18 | 92.23 | - |
| YUV | 191.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 242 | 0.40 | 0.15 | 0 | 0.05 | 203.13 | 0.79 | 0.76 |
| Hex | 92 | CD | F2 | 28 | F | 0 | 5 | CB | 4F | 4C |
| Octal | 222 | 315 | 362 | 50 | 17 | 0 | 5 | 313 | 117 | 114 |
| Binary | 10010010 | 11001101 | 11110010 | 101000 | 1111 | 0 | 101 | 11001011 | 1001111 | 1001100 |
Color Harmonies of #92CDF2
Complementary color
Monochromatic Colors of #92CDF2
Black with #92CDF2
Text Example
Text Example
White with #92CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDF2; }
p { color: rgb(146,205,242); }
H1.HeaderClassName
{
color: #92CDF2;
}
.AnyTagClassName
{
color: #92CDF2;
}
</style>
background-color css
<style>
a { background-color: #92CDF2; }
a { background-color: rgb(146,205,242); }
div.DivClassName
{
background-color: #92CDF2;
}
.BgClassName
{
background-color: #92CDF2;
}
</style>
border-color css
<style>
span { border-color: #92CDF2; }
span { border-color: rgb(146,205,242); }
td.TdClassName
{
border-color: #92CDF2;
}
.TagClassName
{
border-color: #92CDF2;
}
</style>