Shades of Cornflower #92CBF0
Tints of Cornflower #92CBF0
RGB
CMYK
RGB Variations
Color information
#92CBF0 (or 0x92CBF0) is known color: Cornflower. HEX triplet: 92, CB and F0. RGB value is (146,203,240). Sum of RGB (Red+Green+Blue) = 146+203+240=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #92CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBF0 is #6D340F. Grayscale: #BDBDBD. Windows color (decimal): -7156752 or 15780754. OLE color: 15780754.
HSL color Cylindrical-coordinate representation of color #92CBF0: hue angle of 203.62º 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 #92CBF0 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 203 | 240 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.06 |
| HSL | 203.62º | 0.76% | 0.76% | - |
| HSV(B) | 203.62º | 0.39% | 0.94% | - |
| XYZ | 48.94 | 55.11 | 90.5 | - |
| YUV | 190.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 240 | 0.39 | 0.15 | 0 | 0.06 | 203.62 | 0.76 | 0.76 |
| Hex | 92 | CB | F0 | 27 | F | 0 | 6 | CC | 4C | 4C |
| Octal | 222 | 313 | 360 | 47 | 17 | 0 | 6 | 314 | 114 | 114 |
| Binary | 10010010 | 11001011 | 11110000 | 100111 | 1111 | 0 | 110 | 11001100 | 1001100 | 1001100 |
Color Harmonies of #92CBF0
Complementary color
Monochromatic Colors of #92CBF0
Black with #92CBF0
Text Example
Text Example
White with #92CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBF0; }
p { color: rgb(146,203,240); }
H1.HeaderClassName
{
color: #92CBF0;
}
.AnyTagClassName
{
color: #92CBF0;
}
</style>
background-color css
<style>
a { background-color: #92CBF0; }
a { background-color: rgb(146,203,240); }
div.DivClassName
{
background-color: #92CBF0;
}
.BgClassName
{
background-color: #92CBF0;
}
</style>
border-color css
<style>
span { border-color: #92CBF0; }
span { border-color: rgb(146,203,240); }
td.TdClassName
{
border-color: #92CBF0;
}
.TagClassName
{
border-color: #92CBF0;
}
</style>