Shades of Cornflower #92BCE5
Tints of Cornflower #92BCE5
RGB
CMYK
RGB Variations
Color information
#92BCE5 (or 0x92BCE5) is known color: Cornflower. HEX triplet: 92, BC and E5. RGB value is (146,188,229). Sum of RGB (Red+Green+Blue) = 146+188+229=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #92BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCE5 is #6D431A. Grayscale: #B3B3B3. Windows color (decimal): -7160603 or 15056018. OLE color: 15056018.
HSL color Cylindrical-coordinate representation of color #92BCE5: hue angle of 209.64º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BCE5 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 188 | 229 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.10 |
| HSL | 209.64º | 0.61% | 0.74% | - |
| HSV(B) | 209.64º | 0.36% | 0.9% | - |
| XYZ | 43.98 | 47.73 | 81.02 | - |
| YUV | 180.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 229 | 0.36 | 0.18 | 0 | 0.10 | 209.64 | 0.61 | 0.74 |
| Hex | 92 | BC | E5 | 24 | 12 | 0 | A | D2 | 3D | 4A |
| Octal | 222 | 274 | 345 | 44 | 22 | 0 | 12 | 322 | 75 | 112 |
| Binary | 10010010 | 10111100 | 11100101 | 100100 | 10010 | 0 | 1010 | 11010010 | 111101 | 1001010 |
Color Harmonies of #92BCE5
Complementary color
Monochromatic Colors of #92BCE5
Black with #92BCE5
Text Example
Text Example
White with #92BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCE5; }
p { color: rgb(146,188,229); }
H1.HeaderClassName
{
color: #92BCE5;
}
.AnyTagClassName
{
color: #92BCE5;
}
</style>
background-color css
<style>
a { background-color: #92BCE5; }
a { background-color: rgb(146,188,229); }
div.DivClassName
{
background-color: #92BCE5;
}
.BgClassName
{
background-color: #92BCE5;
}
</style>
border-color css
<style>
span { border-color: #92BCE5; }
span { border-color: rgb(146,188,229); }
td.TdClassName
{
border-color: #92BCE5;
}
.TagClassName
{
border-color: #92BCE5;
}
</style>