Shades of Cornflower #92CDE4
Tints of Cornflower #92CDE4
RGB
CMYK
RGB Variations
Color information
#92CDE4 (or 0x92CDE4) is known color: Cornflower. HEX triplet: 92, CD and E4. RGB value is (146,205,228). Sum of RGB (Red+Green+Blue) = 146+205+228=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #92CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDE4 is #6D321B. Grayscale: #BDBDBD. Windows color (decimal): -7156252 or 14994834. OLE color: 14994834.
HSL color Cylindrical-coordinate representation of color #92CDE4: hue angle of 196.83º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92CDE4 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 205 | 228 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.11 |
| HSL | 196.83º | 0.6% | 0.73% | - |
| HSV(B) | 196.83º | 0.36% | 0.89% | - |
| XYZ | 47.69 | 55.38 | 81.57 | - |
| YUV | 189.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 205 | 228 | 0.36 | 0.10 | 0 | 0.11 | 196.83 | 0.6 | 0.73 |
| Hex | 92 | CD | E4 | 24 | A | 0 | B | C5 | 3C | 49 |
| Octal | 222 | 315 | 344 | 44 | 12 | 0 | 13 | 305 | 74 | 111 |
| Binary | 10010010 | 11001101 | 11100100 | 100100 | 1010 | 0 | 1011 | 11000101 | 111100 | 1001001 |
Color Harmonies of #92CDE4
Complementary color
Monochromatic Colors of #92CDE4
Black with #92CDE4
Text Example
Text Example
White with #92CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CDE4; }
p { color: rgb(146,205,228); }
H1.HeaderClassName
{
color: #92CDE4;
}
.AnyTagClassName
{
color: #92CDE4;
}
</style>
background-color css
<style>
a { background-color: #92CDE4; }
a { background-color: rgb(146,205,228); }
div.DivClassName
{
background-color: #92CDE4;
}
.BgClassName
{
background-color: #92CDE4;
}
</style>
border-color css
<style>
span { border-color: #92CDE4; }
span { border-color: rgb(146,205,228); }
td.TdClassName
{
border-color: #92CDE4;
}
.TagClassName
{
border-color: #92CDE4;
}
</style>