Shades of Cornflower #92BDDE
Tints of Cornflower #92BDDE
RGB
CMYK
RGB Variations
Color information
#92BDDE (or 0x92BDDE) is known color: Cornflower. HEX triplet: 92, BD and DE. RGB value is (146,189,222). Sum of RGB (Red+Green+Blue) = 146+189+222=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #92BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDE is #6D4221. Grayscale: #B3B3B3. Windows color (decimal): -7160354 or 14597522. OLE color: 14597522.
HSL color Cylindrical-coordinate representation of color #92BDDE: hue angle of 206.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BDDE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 189 | 222 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.13 |
| HSL | 206.05º | 0.54% | 0.72% | - |
| HSV(B) | 206.05º | 0.34% | 0.87% | - |
| XYZ | 43.24 | 47.78 | 76.05 | - |
| YUV | 179.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 222 | 0.34 | 0.15 | 0 | 0.13 | 206.05 | 0.54 | 0.72 |
| Hex | 92 | BD | DE | 22 | F | 0 | D | CE | 36 | 48 |
| Octal | 222 | 275 | 336 | 42 | 17 | 0 | 15 | 316 | 66 | 110 |
| Binary | 10010010 | 10111101 | 11011110 | 100010 | 1111 | 0 | 1101 | 11001110 | 110110 | 1001000 |
Color Harmonies of #92BDDE
Complementary color
Monochromatic Colors of #92BDDE
Black with #92BDDE
Text Example
Text Example
White with #92BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDDE; }
p { color: rgb(146,189,222); }
H1.HeaderClassName
{
color: #92BDDE;
}
.AnyTagClassName
{
color: #92BDDE;
}
</style>
background-color css
<style>
a { background-color: #92BDDE; }
a { background-color: rgb(146,189,222); }
div.DivClassName
{
background-color: #92BDDE;
}
.BgClassName
{
background-color: #92BDDE;
}
</style>
border-color css
<style>
span { border-color: #92BDDE; }
span { border-color: rgb(146,189,222); }
td.TdClassName
{
border-color: #92BDDE;
}
.TagClassName
{
border-color: #92BDDE;
}
</style>