Shades of Cornflower #92BDE0
Tints of Cornflower #92BDE0
RGB
CMYK
RGB Variations
Color information
#92BDE0 (or 0x92BDE0) is known color: Cornflower. HEX triplet: 92, BD and E0. RGB value is (146,189,224). Sum of RGB (Red+Green+Blue) = 146+189+224=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #92BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDE0 is #6D421F. Grayscale: #B3B3B3. Windows color (decimal): -7160352 or 14728594. OLE color: 14728594.
HSL color Cylindrical-coordinate representation of color #92BDE0: hue angle of 206.92º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BDE0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 189 | 224 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.12 |
| HSL | 206.92º | 0.56% | 0.73% | - |
| HSV(B) | 206.92º | 0.35% | 0.88% | - |
| XYZ | 43.51 | 47.89 | 77.47 | - |
| YUV | 180.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 224 | 0.35 | 0.16 | 0 | 0.12 | 206.92 | 0.56 | 0.73 |
| Hex | 92 | BD | E0 | 23 | 10 | 0 | C | CF | 38 | 49 |
| Octal | 222 | 275 | 340 | 43 | 20 | 0 | 14 | 317 | 70 | 111 |
| Binary | 10010010 | 10111101 | 11100000 | 100011 | 10000 | 0 | 1100 | 11001111 | 111000 | 1001001 |
Color Harmonies of #92BDE0
Complementary color
Monochromatic Colors of #92BDE0
Black with #92BDE0
Text Example
Text Example
White with #92BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDE0; }
p { color: rgb(146,189,224); }
H1.HeaderClassName
{
color: #92BDE0;
}
.AnyTagClassName
{
color: #92BDE0;
}
</style>
background-color css
<style>
a { background-color: #92BDE0; }
a { background-color: rgb(146,189,224); }
div.DivClassName
{
background-color: #92BDE0;
}
.BgClassName
{
background-color: #92BDE0;
}
</style>
border-color css
<style>
span { border-color: #92BDE0; }
span { border-color: rgb(146,189,224); }
td.TdClassName
{
border-color: #92BDE0;
}
.TagClassName
{
border-color: #92BDE0;
}
</style>