Shades of Cornflower #8ABBDC
Tints of Cornflower #8ABBDC
RGB
CMYK
RGB Variations
Color information
#8ABBDC (or 0x8ABBDC) is known color: Cornflower. HEX triplet: 8A, BB and DC. RGB value is (138,187,220). Sum of RGB (Red+Green+Blue) = 138+187+220=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDC is #754423. Grayscale: #AFAFAF. Windows color (decimal): -7685156 or 14465930. OLE color: 14465930.
HSL color Cylindrical-coordinate representation of color #8ABBDC: hue angle of 204.15º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABBDC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 187 | 220 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.14 |
| HSL | 204.15º | 0.54% | 0.7% | - |
| HSV(B) | 204.15º | 0.37% | 0.86% | - |
| XYZ | 41.17 | 46.11 | 74.44 | - |
| YUV | 176.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 220 | 0.37 | 0.15 | 0 | 0.14 | 204.15 | 0.54 | 0.7 |
| Hex | 8A | BB | DC | 25 | F | 0 | E | CC | 36 | 46 |
| Octal | 212 | 273 | 334 | 45 | 17 | 0 | 16 | 314 | 66 | 106 |
| Binary | 10001010 | 10111011 | 11011100 | 100101 | 1111 | 0 | 1110 | 11001100 | 110110 | 1000110 |
Color Harmonies of #8ABBDC
Complementary color
Monochromatic Colors of #8ABBDC
Black with #8ABBDC
Text Example
Text Example
White with #8ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBDC; }
p { color: rgb(138,187,220); }
H1.HeaderClassName
{
color: #8ABBDC;
}
.AnyTagClassName
{
color: #8ABBDC;
}
</style>
background-color css
<style>
a { background-color: #8ABBDC; }
a { background-color: rgb(138,187,220); }
div.DivClassName
{
background-color: #8ABBDC;
}
.BgClassName
{
background-color: #8ABBDC;
}
</style>
border-color css
<style>
span { border-color: #8ABBDC; }
span { border-color: rgb(138,187,220); }
td.TdClassName
{
border-color: #8ABBDC;
}
.TagClassName
{
border-color: #8ABBDC;
}
</style>