Shades of Cornflower #8BBFDF
Tints of Cornflower #8BBFDF
RGB
CMYK
RGB Variations
Color information
#8BBFDF (or 0x8BBFDF) is known color: Cornflower. HEX triplet: 8B, BF and DF. RGB value is (139,191,223). Sum of RGB (Red+Green+Blue) = 139+191+223=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFDF is #744020. Grayscale: #B2B2B2. Windows color (decimal): -7618593 or 14663563. OLE color: 14663563.
HSL color Cylindrical-coordinate representation of color #8BBFDF: hue angle of 202.86º 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 #8BBFDF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 191 | 223 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.13 |
| HSL | 202.86º | 0.57% | 0.71% | - |
| HSV(B) | 202.86º | 0.38% | 0.87% | - |
| XYZ | 42.6 | 48.08 | 76.85 | - |
| YUV | 179.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 223 | 0.38 | 0.14 | 0 | 0.13 | 202.86 | 0.57 | 0.71 |
| Hex | 8B | BF | DF | 26 | E | 0 | D | CB | 39 | 47 |
| Octal | 213 | 277 | 337 | 46 | 16 | 0 | 15 | 313 | 71 | 107 |
| Binary | 10001011 | 10111111 | 11011111 | 100110 | 1110 | 0 | 1101 | 11001011 | 111001 | 1000111 |
Color Harmonies of #8BBFDF
Complementary color
Monochromatic Colors of #8BBFDF
Black with #8BBFDF
Text Example
Text Example
White with #8BBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFDF; }
p { color: rgb(139,191,223); }
H1.HeaderClassName
{
color: #8BBFDF;
}
.AnyTagClassName
{
color: #8BBFDF;
}
</style>
background-color css
<style>
a { background-color: #8BBFDF; }
a { background-color: rgb(139,191,223); }
div.DivClassName
{
background-color: #8BBFDF;
}
.BgClassName
{
background-color: #8BBFDF;
}
</style>
border-color css
<style>
span { border-color: #8BBFDF; }
span { border-color: rgb(139,191,223); }
td.TdClassName
{
border-color: #8BBFDF;
}
.TagClassName
{
border-color: #8BBFDF;
}
</style>