Shades of Cornflower #92CEE5
Tints of Cornflower #92CEE5
RGB
CMYK
RGB Variations
Color information
#92CEE5 (or 0x92CEE5) is known color: Cornflower. HEX triplet: 92, CE and E5. RGB value is (146,206,229). Sum of RGB (Red+Green+Blue) = 146+206+229=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #92CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEE5 is #6D311A. Grayscale: #BEBEBE. Windows color (decimal): -7155995 or 15060626. OLE color: 15060626.
HSL color Cylindrical-coordinate representation of color #92CEE5: hue angle of 196.63º 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 #92CEE5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 206 | 229 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.10 |
| HSL | 196.63º | 0.61% | 0.74% | - |
| HSV(B) | 196.63º | 0.36% | 0.9% | - |
| XYZ | 48.07 | 55.91 | 82.39 | - |
| YUV | 190.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 229 | 0.36 | 0.10 | 0 | 0.10 | 196.63 | 0.61 | 0.74 |
| Hex | 92 | CE | E5 | 24 | A | 0 | A | C5 | 3D | 4A |
| Octal | 222 | 316 | 345 | 44 | 12 | 0 | 12 | 305 | 75 | 112 |
| Binary | 10010010 | 11001110 | 11100101 | 100100 | 1010 | 0 | 1010 | 11000101 | 111101 | 1001010 |
Color Harmonies of #92CEE5
Complementary color
Monochromatic Colors of #92CEE5
Black with #92CEE5
Text Example
Text Example
White with #92CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEE5; }
p { color: rgb(146,206,229); }
H1.HeaderClassName
{
color: #92CEE5;
}
.AnyTagClassName
{
color: #92CEE5;
}
</style>
background-color css
<style>
a { background-color: #92CEE5; }
a { background-color: rgb(146,206,229); }
div.DivClassName
{
background-color: #92CEE5;
}
.BgClassName
{
background-color: #92CEE5;
}
</style>
border-color css
<style>
span { border-color: #92CEE5; }
span { border-color: rgb(146,206,229); }
td.TdClassName
{
border-color: #92CEE5;
}
.TagClassName
{
border-color: #92CEE5;
}
</style>