Shades of Cornflower #8DBDF0
Tints of Cornflower #8DBDF0
RGB
CMYK
RGB Variations
Color information
#8DBDF0 (or 0x8DBDF0) is known color: Cornflower. HEX triplet: 8D, BD and F0. RGB value is (141,189,240). Sum of RGB (Red+Green+Blue) = 141+189+240=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #8DBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF0 is #72420F. Grayscale: #B4B4B4. Windows color (decimal): -7488016 or 15777165. OLE color: 15777165.
HSL color Cylindrical-coordinate representation of color #8DBDF0: hue angle of 210.91º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBDF0 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 189 | 240 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.06 |
| HSL | 210.91º | 0.77% | 0.75% | - |
| HSV(B) | 210.91º | 0.41% | 0.94% | - |
| XYZ | 44.91 | 48.35 | 89.4 | - |
| YUV | 180.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 240 | 0.41 | 0.21 | 0 | 0.06 | 210.91 | 0.77 | 0.75 |
| Hex | 8D | BD | F0 | 29 | 15 | 0 | 6 | D3 | 4D | 4B |
| Octal | 215 | 275 | 360 | 51 | 25 | 0 | 6 | 323 | 115 | 113 |
| Binary | 10001101 | 10111101 | 11110000 | 101001 | 10101 | 0 | 110 | 11010011 | 1001101 | 1001011 |
Color Harmonies of #8DBDF0
Complementary color
Monochromatic Colors of #8DBDF0
Black with #8DBDF0
Text Example
Text Example
White with #8DBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF0; }
p { color: rgb(141,189,240); }
H1.HeaderClassName
{
color: #8DBDF0;
}
.AnyTagClassName
{
color: #8DBDF0;
}
</style>
background-color css
<style>
a { background-color: #8DBDF0; }
a { background-color: rgb(141,189,240); }
div.DivClassName
{
background-color: #8DBDF0;
}
.BgClassName
{
background-color: #8DBDF0;
}
</style>
border-color css
<style>
span { border-color: #8DBDF0; }
span { border-color: rgb(141,189,240); }
td.TdClassName
{
border-color: #8DBDF0;
}
.TagClassName
{
border-color: #8DBDF0;
}
</style>