Shades of Cornflower #92CBE0
Tints of Cornflower #92CBE0
RGB
CMYK
RGB Variations
Color information
#92CBE0 (or 0x92CBE0) is known color: Cornflower. HEX triplet: 92, CB and E0. RGB value is (146,203,224). Sum of RGB (Red+Green+Blue) = 146+203+224=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #92CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBE0 is #6D341F. Grayscale: #BCBCBC. Windows color (decimal): -7156768 or 14732178. OLE color: 14732178.
HSL color Cylindrical-coordinate representation of color #92CBE0: hue angle of 196.15º 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 #92CBE0 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 203 | 224 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.12 |
| HSL | 196.15º | 0.56% | 0.73% | - |
| HSV(B) | 196.15º | 0.35% | 0.88% | - |
| XYZ | 46.66 | 54.2 | 78.52 | - |
| YUV | 188.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 224 | 0.35 | 0.09 | 0 | 0.12 | 196.15 | 0.56 | 0.73 |
| Hex | 92 | CB | E0 | 23 | 9 | 0 | C | C4 | 38 | 49 |
| Octal | 222 | 313 | 340 | 43 | 11 | 0 | 14 | 304 | 70 | 111 |
| Binary | 10010010 | 11001011 | 11100000 | 100011 | 1001 | 0 | 1100 | 11000100 | 111000 | 1001001 |
Color Harmonies of #92CBE0
Complementary color
Monochromatic Colors of #92CBE0
Black with #92CBE0
Text Example
Text Example
White with #92CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBE0; }
p { color: rgb(146,203,224); }
H1.HeaderClassName
{
color: #92CBE0;
}
.AnyTagClassName
{
color: #92CBE0;
}
</style>
background-color css
<style>
a { background-color: #92CBE0; }
a { background-color: rgb(146,203,224); }
div.DivClassName
{
background-color: #92CBE0;
}
.BgClassName
{
background-color: #92CBE0;
}
</style>
border-color css
<style>
span { border-color: #92CBE0; }
span { border-color: rgb(146,203,224); }
td.TdClassName
{
border-color: #92CBE0;
}
.TagClassName
{
border-color: #92CBE0;
}
</style>