Shades of Columbia Blue #8EE8F9
Tints of Columbia Blue #8EE8F9
RGB
CMYK
RGB Variations
Color information
#8EE8F9 (or 0x8EE8F9) is known color: Columbia Blue. HEX triplet: 8E, E8 and F9. RGB value is (142,232,249). Sum of RGB (Red+Green+Blue) = 142+232+249=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8F9 is #711706. Grayscale: #CECECE. Windows color (decimal): -7411463 or 16377998. OLE color: 16377998.
HSL color Cylindrical-coordinate representation of color #8EE8F9: hue angle of 189.53º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EE8F9 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 232 | 249 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.02 |
| HSL | 189.53º | 0.9% | 0.77% | - |
| HSV(B) | 189.53º | 0.43% | 0.98% | - |
| XYZ | 57.11 | 70.3 | 100.18 | - |
| YUV | 207.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 249 | 0.43 | 0.07 | 0 | 0.02 | 189.53 | 0.9 | 0.77 |
| Hex | 8E | E8 | F9 | 2B | 7 | 0 | 2 | BE | 5A | 4D |
| Octal | 216 | 350 | 371 | 53 | 7 | 0 | 2 | 276 | 132 | 115 |
| Binary | 10001110 | 11101000 | 11111001 | 101011 | 111 | 0 | 10 | 10111110 | 1011010 | 1001101 |
Color Harmonies of #8EE8F9
Complementary color
Monochromatic Colors of #8EE8F9
Black with #8EE8F9
Text Example
Text Example
White with #8EE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8F9; }
p { color: rgb(142,232,249); }
H1.HeaderClassName
{
color: #8EE8F9;
}
.AnyTagClassName
{
color: #8EE8F9;
}
</style>
background-color css
<style>
a { background-color: #8EE8F9; }
a { background-color: rgb(142,232,249); }
div.DivClassName
{
background-color: #8EE8F9;
}
.BgClassName
{
background-color: #8EE8F9;
}
</style>
border-color css
<style>
span { border-color: #8EE8F9; }
span { border-color: rgb(142,232,249); }
td.TdClassName
{
border-color: #8EE8F9;
}
.TagClassName
{
border-color: #8EE8F9;
}
</style>