Shades of Cornflower #92BFDB
Tints of Cornflower #92BFDB
RGB
CMYK
RGB Variations
Color information
#92BFDB (or 0x92BFDB) is known color: Cornflower. HEX triplet: 92, BF and DB. RGB value is (146,191,219). Sum of RGB (Red+Green+Blue) = 146+191+219=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFDB is #6D4024. Grayscale: #B4B4B4. Windows color (decimal): -7159845 or 14401426. OLE color: 14401426.
HSL color Cylindrical-coordinate representation of color #92BFDB: hue angle of 203.01º 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 #92BFDB is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 191 | 219 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.14 |
| HSL | 203.01º | 0.5% | 0.72% | - |
| HSV(B) | 203.01º | 0.33% | 0.86% | - |
| XYZ | 43.27 | 48.49 | 74.1 | - |
| YUV | 180.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 219 | 0.33 | 0.13 | 0 | 0.14 | 203.01 | 0.5 | 0.72 |
| Hex | 92 | BF | DB | 21 | D | 0 | E | CB | 32 | 48 |
| Octal | 222 | 277 | 333 | 41 | 15 | 0 | 16 | 313 | 62 | 110 |
| Binary | 10010010 | 10111111 | 11011011 | 100001 | 1101 | 0 | 1110 | 11001011 | 110010 | 1001000 |
Color Harmonies of #92BFDB
Complementary color
Monochromatic Colors of #92BFDB
Black with #92BFDB
Text Example
Text Example
White with #92BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFDB; }
p { color: rgb(146,191,219); }
H1.HeaderClassName
{
color: #92BFDB;
}
.AnyTagClassName
{
color: #92BFDB;
}
</style>
background-color css
<style>
a { background-color: #92BFDB; }
a { background-color: rgb(146,191,219); }
div.DivClassName
{
background-color: #92BFDB;
}
.BgClassName
{
background-color: #92BFDB;
}
</style>
border-color css
<style>
span { border-color: #92BFDB; }
span { border-color: rgb(146,191,219); }
td.TdClassName
{
border-color: #92BFDB;
}
.TagClassName
{
border-color: #92BFDB;
}
</style>