Shades of Columbia Blue #8EE5FC
Tints of Columbia Blue #8EE5FC
RGB
CMYK
RGB Variations
Color information
#8EE5FC (or 0x8EE5FC) is known color: Columbia Blue. HEX triplet: 8E, E5 and FC. RGB value is (142,229,252). Sum of RGB (Red+Green+Blue) = 142+229+252=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5FC is #711A03. Grayscale: #CDCDCD. Windows color (decimal): -7412228 or 16573838. OLE color: 16573838.
HSL color Cylindrical-coordinate representation of color #8EE5FC: hue angle of 192.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE5FC is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 229 | 252 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.01 |
| HSL | 192.55º | 0.95% | 0.77% | - |
| HSV(B) | 192.55º | 0.44% | 0.99% | - |
| XYZ | 56.75 | 68.82 | 102.39 | - |
| YUV | 205.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 252 | 0.44 | 0.09 | 0 | 0.01 | 192.55 | 0.95 | 0.77 |
| Hex | 8E | E5 | FC | 2C | 9 | 0 | 1 | C1 | 5F | 4D |
| Octal | 216 | 345 | 374 | 54 | 11 | 0 | 1 | 301 | 137 | 115 |
| Binary | 10001110 | 11100101 | 11111100 | 101100 | 1001 | 0 | 1 | 11000001 | 1011111 | 1001101 |
Color Harmonies of #8EE5FC
Complementary color
Monochromatic Colors of #8EE5FC
Black with #8EE5FC
Text Example
Text Example
White with #8EE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5FC; }
p { color: rgb(142,229,252); }
H1.HeaderClassName
{
color: #8EE5FC;
}
.AnyTagClassName
{
color: #8EE5FC;
}
</style>
background-color css
<style>
a { background-color: #8EE5FC; }
a { background-color: rgb(142,229,252); }
div.DivClassName
{
background-color: #8EE5FC;
}
.BgClassName
{
background-color: #8EE5FC;
}
</style>
border-color css
<style>
span { border-color: #8EE5FC; }
span { border-color: rgb(142,229,252); }
td.TdClassName
{
border-color: #8EE5FC;
}
.TagClassName
{
border-color: #8EE5FC;
}
</style>