Shades of Cornflower #8FBDDA
Tints of Cornflower #8FBDDA
RGB
CMYK
RGB Variations
Color information
#8FBDDA (or 0x8FBDDA) is known color: Cornflower. HEX triplet: 8F, BD and DA. RGB value is (143,189,218). Sum of RGB (Red+Green+Blue) = 143+189+218=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDDA is #704225. Grayscale: #B2B2B2. Windows color (decimal): -7356966 or 14335375. OLE color: 14335375.
HSL color Cylindrical-coordinate representation of color #8FBDDA: hue angle of 203.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBDDA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 189 | 218 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.15 |
| HSL | 203.2º | 0.5% | 0.71% | - |
| HSV(B) | 203.2º | 0.34% | 0.85% | - |
| XYZ | 42.18 | 47.3 | 73.24 | - |
| YUV | 178.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 218 | 0.34 | 0.13 | 0 | 0.15 | 203.2 | 0.5 | 0.71 |
| Hex | 8F | BD | DA | 22 | D | 0 | F | CB | 32 | 47 |
| Octal | 217 | 275 | 332 | 42 | 15 | 0 | 17 | 313 | 62 | 107 |
| Binary | 10001111 | 10111101 | 11011010 | 100010 | 1101 | 0 | 1111 | 11001011 | 110010 | 1000111 |
Color Harmonies of #8FBDDA
Complementary color
Monochromatic Colors of #8FBDDA
Black with #8FBDDA
Text Example
Text Example
White with #8FBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDDA; }
p { color: rgb(143,189,218); }
H1.HeaderClassName
{
color: #8FBDDA;
}
.AnyTagClassName
{
color: #8FBDDA;
}
</style>
background-color css
<style>
a { background-color: #8FBDDA; }
a { background-color: rgb(143,189,218); }
div.DivClassName
{
background-color: #8FBDDA;
}
.BgClassName
{
background-color: #8FBDDA;
}
</style>
border-color css
<style>
span { border-color: #8FBDDA; }
span { border-color: rgb(143,189,218); }
td.TdClassName
{
border-color: #8FBDDA;
}
.TagClassName
{
border-color: #8FBDDA;
}
</style>