Shades of Cornflower #92CBE1
Tints of Cornflower #92CBE1
RGB
CMYK
RGB Variations
Color information
#92CBE1 (or 0x92CBE1) is known color: Cornflower. HEX triplet: 92, CB and E1. RGB value is (146,203,225). Sum of RGB (Red+Green+Blue) = 146+203+225=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #92CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBE1 is #6D341E. Grayscale: #BCBCBC. Windows color (decimal): -7156767 or 14797714. OLE color: 14797714.
HSL color Cylindrical-coordinate representation of color #92CBE1: hue angle of 196.71º degrees, saturation: 0.57, 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 #92CBE1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 203 | 225 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.12 |
| HSL | 196.71º | 0.57% | 0.73% | - |
| HSV(B) | 196.71º | 0.35% | 0.88% | - |
| XYZ | 46.8 | 54.26 | 79.24 | - |
| YUV | 188.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 225 | 0.35 | 0.10 | 0 | 0.12 | 196.71 | 0.57 | 0.73 |
| Hex | 92 | CB | E1 | 23 | A | 0 | C | C5 | 39 | 49 |
| Octal | 222 | 313 | 341 | 43 | 12 | 0 | 14 | 305 | 71 | 111 |
| Binary | 10010010 | 11001011 | 11100001 | 100011 | 1010 | 0 | 1100 | 11000101 | 111001 | 1001001 |
Color Harmonies of #92CBE1
Complementary color
Monochromatic Colors of #92CBE1
Black with #92CBE1
Text Example
Text Example
White with #92CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBE1; }
p { color: rgb(146,203,225); }
H1.HeaderClassName
{
color: #92CBE1;
}
.AnyTagClassName
{
color: #92CBE1;
}
</style>
background-color css
<style>
a { background-color: #92CBE1; }
a { background-color: rgb(146,203,225); }
div.DivClassName
{
background-color: #92CBE1;
}
.BgClassName
{
background-color: #92CBE1;
}
</style>
border-color css
<style>
span { border-color: #92CBE1; }
span { border-color: rgb(146,203,225); }
td.TdClassName
{
border-color: #92CBE1;
}
.TagClassName
{
border-color: #92CBE1;
}
</style>