Shades of Cornflower #92D0EE
Tints of Cornflower #92D0EE
RGB
CMYK
RGB Variations
Color information
#92D0EE (or 0x92D0EE) is known color: Cornflower. HEX triplet: 92, D0 and EE. RGB value is (146,208,238). Sum of RGB (Red+Green+Blue) = 146+208+238=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #92D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0EE is #6D2F11. Grayscale: #C0C0C0. Windows color (decimal): -7155474 or 15650962. OLE color: 15650962.
HSL color Cylindrical-coordinate representation of color #92D0EE: hue angle of 199.57º 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 #92D0EE is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 208 | 238 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.07 |
| HSL | 199.57º | 0.73% | 0.75% | - |
| HSV(B) | 199.57º | 0.39% | 0.93% | - |
| XYZ | 49.84 | 57.4 | 89.34 | - |
| YUV | 192.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 238 | 0.39 | 0.13 | 0 | 0.07 | 199.57 | 0.73 | 0.75 |
| Hex | 92 | D0 | EE | 27 | D | 0 | 7 | C8 | 49 | 4B |
| Octal | 222 | 320 | 356 | 47 | 15 | 0 | 7 | 310 | 111 | 113 |
| Binary | 10010010 | 11010000 | 11101110 | 100111 | 1101 | 0 | 111 | 11001000 | 1001001 | 1001011 |
Color Harmonies of #92D0EE
Complementary color
Monochromatic Colors of #92D0EE
Black with #92D0EE
Text Example
Text Example
White with #92D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0EE; }
p { color: rgb(146,208,238); }
H1.HeaderClassName
{
color: #92D0EE;
}
.AnyTagClassName
{
color: #92D0EE;
}
</style>
background-color css
<style>
a { background-color: #92D0EE; }
a { background-color: rgb(146,208,238); }
div.DivClassName
{
background-color: #92D0EE;
}
.BgClassName
{
background-color: #92D0EE;
}
</style>
border-color css
<style>
span { border-color: #92D0EE; }
span { border-color: rgb(146,208,238); }
td.TdClassName
{
border-color: #92D0EE;
}
.TagClassName
{
border-color: #92D0EE;
}
</style>