Shades of Cornflower #92BBDB
Tints of Cornflower #92BBDB
RGB
CMYK
RGB Variations
Color information
#92BBDB (or 0x92BBDB) is known color: Cornflower. HEX triplet: 92, BB and DB. RGB value is (146,187,219). Sum of RGB (Red+Green+Blue) = 146+187+219=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDB is #6D4424. Grayscale: #B2B2B2. Windows color (decimal): -7160869 or 14400402. OLE color: 14400402.
HSL color Cylindrical-coordinate representation of color #92BBDB: hue angle of 206.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BBDB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 187 | 219 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.14 |
| HSL | 206.3º | 0.5% | 0.72% | - |
| HSV(B) | 206.3º | 0.33% | 0.86% | - |
| XYZ | 42.41 | 46.77 | 73.81 | - |
| YUV | 178.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 219 | 0.33 | 0.15 | 0 | 0.14 | 206.3 | 0.5 | 0.72 |
| Hex | 92 | BB | DB | 21 | F | 0 | E | CE | 32 | 48 |
| Octal | 222 | 273 | 333 | 41 | 17 | 0 | 16 | 316 | 62 | 110 |
| Binary | 10010010 | 10111011 | 11011011 | 100001 | 1111 | 0 | 1110 | 11001110 | 110010 | 1001000 |
Color Harmonies of #92BBDB
Complementary color
Monochromatic Colors of #92BBDB
Black with #92BBDB
Text Example
Text Example
White with #92BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBDB; }
p { color: rgb(146,187,219); }
H1.HeaderClassName
{
color: #92BBDB;
}
.AnyTagClassName
{
color: #92BBDB;
}
</style>
background-color css
<style>
a { background-color: #92BBDB; }
a { background-color: rgb(146,187,219); }
div.DivClassName
{
background-color: #92BBDB;
}
.BgClassName
{
background-color: #92BBDB;
}
</style>
border-color css
<style>
span { border-color: #92BBDB; }
span { border-color: rgb(146,187,219); }
td.TdClassName
{
border-color: #92BBDB;
}
.TagClassName
{
border-color: #92BBDB;
}
</style>