Shades of Cornflower #8BBADF
Tints of Cornflower #8BBADF
RGB
CMYK
RGB Variations
Color information
#8BBADF (or 0x8BBADF) is known color: Cornflower. HEX triplet: 8B, BA and DF. RGB value is (139,186,223). Sum of RGB (Red+Green+Blue) = 139+186+223=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADF is #744520. Grayscale: #AFAFAF. Windows color (decimal): -7619873 or 14662283. OLE color: 14662283.
HSL color Cylindrical-coordinate representation of color #8BBADF: hue angle of 206.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBADF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 186 | 223 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.13 |
| HSL | 206.43º | 0.57% | 0.71% | - |
| HSV(B) | 206.43º | 0.38% | 0.87% | - |
| XYZ | 41.53 | 45.93 | 76.49 | - |
| YUV | 176.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 223 | 0.38 | 0.17 | 0 | 0.13 | 206.43 | 0.57 | 0.71 |
| Hex | 8B | BA | DF | 26 | 11 | 0 | D | CE | 39 | 47 |
| Octal | 213 | 272 | 337 | 46 | 21 | 0 | 15 | 316 | 71 | 107 |
| Binary | 10001011 | 10111010 | 11011111 | 100110 | 10001 | 0 | 1101 | 11001110 | 111001 | 1000111 |
Color Harmonies of #8BBADF
Complementary color
Monochromatic Colors of #8BBADF
Black with #8BBADF
Text Example
Text Example
White with #8BBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBADF; }
p { color: rgb(139,186,223); }
H1.HeaderClassName
{
color: #8BBADF;
}
.AnyTagClassName
{
color: #8BBADF;
}
</style>
background-color css
<style>
a { background-color: #8BBADF; }
a { background-color: rgb(139,186,223); }
div.DivClassName
{
background-color: #8BBADF;
}
.BgClassName
{
background-color: #8BBADF;
}
</style>
border-color css
<style>
span { border-color: #8BBADF; }
span { border-color: rgb(139,186,223); }
td.TdClassName
{
border-color: #8BBADF;
}
.TagClassName
{
border-color: #8BBADF;
}
</style>