Shades of Cornflower #8BC0DF
Tints of Cornflower #8BC0DF
RGB
CMYK
RGB Variations
Color information
#8BC0DF (or 0x8BC0DF) is known color: Cornflower. HEX triplet: 8B, C0 and DF. RGB value is (139,192,223). Sum of RGB (Red+Green+Blue) = 139+192+223=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0DF is #743F20. Grayscale: #B3B3B3. Windows color (decimal): -7618337 or 14663819. OLE color: 14663819.
HSL color Cylindrical-coordinate representation of color #8BC0DF: hue angle of 202.14º 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 #8BC0DF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 192 | 223 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.13 |
| HSL | 202.14º | 0.57% | 0.71% | - |
| HSV(B) | 202.14º | 0.38% | 0.87% | - |
| XYZ | 42.82 | 48.52 | 76.92 | - |
| YUV | 179.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 223 | 0.38 | 0.14 | 0 | 0.13 | 202.14 | 0.57 | 0.71 |
| Hex | 8B | C0 | DF | 26 | E | 0 | D | CA | 39 | 47 |
| Octal | 213 | 300 | 337 | 46 | 16 | 0 | 15 | 312 | 71 | 107 |
| Binary | 10001011 | 11000000 | 11011111 | 100110 | 1110 | 0 | 1101 | 11001010 | 111001 | 1000111 |
Color Harmonies of #8BC0DF
Complementary color
Monochromatic Colors of #8BC0DF
Black with #8BC0DF
Text Example
Text Example
White with #8BC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0DF; }
p { color: rgb(139,192,223); }
H1.HeaderClassName
{
color: #8BC0DF;
}
.AnyTagClassName
{
color: #8BC0DF;
}
</style>
background-color css
<style>
a { background-color: #8BC0DF; }
a { background-color: rgb(139,192,223); }
div.DivClassName
{
background-color: #8BC0DF;
}
.BgClassName
{
background-color: #8BC0DF;
}
</style>
border-color css
<style>
span { border-color: #8BC0DF; }
span { border-color: rgb(139,192,223); }
td.TdClassName
{
border-color: #8BC0DF;
}
.TagClassName
{
border-color: #8BC0DF;
}
</style>