Shades of Cornflower #92BCDA
Tints of Cornflower #92BCDA
RGB
CMYK
RGB Variations
Color information
#92BCDA (or 0x92BCDA) is known color: Cornflower. HEX triplet: 92, BC and DA. RGB value is (146,188,218). Sum of RGB (Red+Green+Blue) = 146+188+218=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #92BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDA is #6D4325. Grayscale: #B2B2B2. Windows color (decimal): -7160614 or 14335122. OLE color: 14335122.
HSL color Cylindrical-coordinate representation of color #92BCDA: hue angle of 205º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BCDA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 188 | 218 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.15 |
| HSL | 205º | 0.49% | 0.71% | - |
| HSV(B) | 205º | 0.33% | 0.85% | - |
| XYZ | 42.49 | 47.14 | 73.19 | - |
| YUV | 178.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 218 | 0.33 | 0.14 | 0 | 0.15 | 205 | 0.49 | 0.71 |
| Hex | 92 | BC | DA | 21 | E | 0 | F | CD | 31 | 47 |
| Octal | 222 | 274 | 332 | 41 | 16 | 0 | 17 | 315 | 61 | 107 |
| Binary | 10010010 | 10111100 | 11011010 | 100001 | 1110 | 0 | 1111 | 11001101 | 110001 | 1000111 |
Color Harmonies of #92BCDA
Complementary color
Monochromatic Colors of #92BCDA
Black with #92BCDA
Text Example
Text Example
White with #92BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCDA; }
p { color: rgb(146,188,218); }
H1.HeaderClassName
{
color: #92BCDA;
}
.AnyTagClassName
{
color: #92BCDA;
}
</style>
background-color css
<style>
a { background-color: #92BCDA; }
a { background-color: rgb(146,188,218); }
div.DivClassName
{
background-color: #92BCDA;
}
.BgClassName
{
background-color: #92BCDA;
}
</style>
border-color css
<style>
span { border-color: #92BCDA; }
span { border-color: rgb(146,188,218); }
td.TdClassName
{
border-color: #92BCDA;
}
.TagClassName
{
border-color: #92BCDA;
}
</style>