Shades of Cornflower #92CAEE
Tints of Cornflower #92CAEE
RGB
CMYK
RGB Variations
Color information
#92CAEE (or 0x92CAEE) is known color: Cornflower. HEX triplet: 92, CA and EE. RGB value is (146,202,238). Sum of RGB (Red+Green+Blue) = 146+202+238=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #92CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAEE is #6D3511. Grayscale: #BDBDBD. Windows color (decimal): -7157010 or 15649426. OLE color: 15649426.
HSL color Cylindrical-coordinate representation of color #92CAEE: hue angle of 203.48º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CAEE is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 202 | 238 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.07 |
| HSL | 203.48º | 0.73% | 0.75% | - |
| HSV(B) | 203.48º | 0.39% | 0.93% | - |
| XYZ | 48.41 | 54.53 | 88.86 | - |
| YUV | 189.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 238 | 0.39 | 0.15 | 0 | 0.07 | 203.48 | 0.73 | 0.75 |
| Hex | 92 | CA | EE | 27 | F | 0 | 7 | CB | 49 | 4B |
| Octal | 222 | 312 | 356 | 47 | 17 | 0 | 7 | 313 | 111 | 113 |
| Binary | 10010010 | 11001010 | 11101110 | 100111 | 1111 | 0 | 111 | 11001011 | 1001001 | 1001011 |
Color Harmonies of #92CAEE
Complementary color
Monochromatic Colors of #92CAEE
Black with #92CAEE
Text Example
Text Example
White with #92CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CAEE; }
p { color: rgb(146,202,238); }
H1.HeaderClassName
{
color: #92CAEE;
}
.AnyTagClassName
{
color: #92CAEE;
}
</style>
background-color css
<style>
a { background-color: #92CAEE; }
a { background-color: rgb(146,202,238); }
div.DivClassName
{
background-color: #92CAEE;
}
.BgClassName
{
background-color: #92CAEE;
}
</style>
border-color css
<style>
span { border-color: #92CAEE; }
span { border-color: rgb(146,202,238); }
td.TdClassName
{
border-color: #92CAEE;
}
.TagClassName
{
border-color: #92CAEE;
}
</style>