Shades of Cornflower #8DBDDE
Tints of Cornflower #8DBDDE
RGB
CMYK
RGB Variations
Color information
#8DBDDE (or 0x8DBDDE) is known color: Cornflower. HEX triplet: 8D, BD and DE. RGB value is (141,189,222). Sum of RGB (Red+Green+Blue) = 141+189+222=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDDE is #724221. Grayscale: #B2B2B2. Windows color (decimal): -7488034 or 14597517. OLE color: 14597517.
HSL color Cylindrical-coordinate representation of color #8DBDDE: hue angle of 204.44º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBDDE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 189 | 222 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.13 |
| HSL | 204.44º | 0.55% | 0.71% | - |
| HSV(B) | 204.44º | 0.36% | 0.87% | - |
| XYZ | 42.37 | 47.33 | 76.01 | - |
| YUV | 178.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 222 | 0.36 | 0.15 | 0 | 0.13 | 204.44 | 0.55 | 0.71 |
| Hex | 8D | BD | DE | 24 | F | 0 | D | CC | 37 | 47 |
| Octal | 215 | 275 | 336 | 44 | 17 | 0 | 15 | 314 | 67 | 107 |
| Binary | 10001101 | 10111101 | 11011110 | 100100 | 1111 | 0 | 1101 | 11001100 | 110111 | 1000111 |
Color Harmonies of #8DBDDE
Complementary color
Monochromatic Colors of #8DBDDE
Black with #8DBDDE
Text Example
Text Example
White with #8DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDDE; }
p { color: rgb(141,189,222); }
H1.HeaderClassName
{
color: #8DBDDE;
}
.AnyTagClassName
{
color: #8DBDDE;
}
</style>
background-color css
<style>
a { background-color: #8DBDDE; }
a { background-color: rgb(141,189,222); }
div.DivClassName
{
background-color: #8DBDDE;
}
.BgClassName
{
background-color: #8DBDDE;
}
</style>
border-color css
<style>
span { border-color: #8DBDDE; }
span { border-color: rgb(141,189,222); }
td.TdClassName
{
border-color: #8DBDDE;
}
.TagClassName
{
border-color: #8DBDDE;
}
</style>