Shades of Cornflower #8DBDE8
Tints of Cornflower #8DBDE8
RGB
CMYK
RGB Variations
Color information
#8DBDE8 (or 0x8DBDE8) is known color: Cornflower. HEX triplet: 8D, BD and E8. RGB value is (141,189,232). Sum of RGB (Red+Green+Blue) = 141+189+232=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDE8 is #724217. Grayscale: #B3B3B3. Windows color (decimal): -7488024 or 15252877. OLE color: 15252877.
HSL color Cylindrical-coordinate representation of color #8DBDE8: hue angle of 208.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBDE8 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 189 | 232 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.09 |
| HSL | 208.35º | 0.66% | 0.73% | - |
| HSV(B) | 208.35º | 0.39% | 0.91% | - |
| XYZ | 43.75 | 47.88 | 83.28 | - |
| YUV | 179.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 232 | 0.39 | 0.19 | 0 | 0.09 | 208.35 | 0.66 | 0.73 |
| Hex | 8D | BD | E8 | 27 | 13 | 0 | 9 | D0 | 42 | 49 |
| Octal | 215 | 275 | 350 | 47 | 23 | 0 | 11 | 320 | 102 | 111 |
| Binary | 10001101 | 10111101 | 11101000 | 100111 | 10011 | 0 | 1001 | 11010000 | 1000010 | 1001001 |
Color Harmonies of #8DBDE8
Complementary color
Monochromatic Colors of #8DBDE8
Black with #8DBDE8
Text Example
Text Example
White with #8DBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDE8; }
p { color: rgb(141,189,232); }
H1.HeaderClassName
{
color: #8DBDE8;
}
.AnyTagClassName
{
color: #8DBDE8;
}
</style>
background-color css
<style>
a { background-color: #8DBDE8; }
a { background-color: rgb(141,189,232); }
div.DivClassName
{
background-color: #8DBDE8;
}
.BgClassName
{
background-color: #8DBDE8;
}
</style>
border-color css
<style>
span { border-color: #8DBDE8; }
span { border-color: rgb(141,189,232); }
td.TdClassName
{
border-color: #8DBDE8;
}
.TagClassName
{
border-color: #8DBDE8;
}
</style>