Shades of Columbia Blue #8EE4FF
Tints of Columbia Blue #8EE4FF
RGB
CMYK
RGB Variations
Color information
#8EE4FF (or 0x8EE4FF) is known color: Columbia Blue. HEX triplet: 8E, E4 and FF. RGB value is (142,228,255). Sum of RGB (Red+Green+Blue) = 142+228+255=625 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.72% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4FF is #711B00. Grayscale: #CDCDCD. Windows color (decimal): -7412481 or 16770190. OLE color: 16770190.
HSL color Cylindrical-coordinate representation of color #8EE4FF: hue angle of 194.34º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE4FF is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 228 | 255 | - |
| CMYK | 0.44 | 0.11 | 0 | 0 |
| HSL | 194.34º | 1% | 0.78% | - |
| HSV(B) | 194.34º | 0.44% | 1% | - |
| XYZ | 56.95 | 68.46 | 104.82 | - |
| YUV | 205.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 255 | 0.44 | 0.11 | 0 | 0 | 194.34 | 1 | 0.78 |
| Hex | 8E | E4 | FF | 2C | B | 0 | 0 | C2 | 64 | 4E |
| Octal | 216 | 344 | 377 | 54 | 13 | 0 | 0 | 302 | 144 | 116 |
| Binary | 10001110 | 11100100 | 11111111 | 101100 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001110 |
Color Harmonies of #8EE4FF
Complementary color
Monochromatic Colors of #8EE4FF
Black with #8EE4FF
Text Example
Text Example
White with #8EE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE4FF; }
p { color: rgb(142,228,255); }
H1.HeaderClassName
{
color: #8EE4FF;
}
.AnyTagClassName
{
color: #8EE4FF;
}
</style>
background-color css
<style>
a { background-color: #8EE4FF; }
a { background-color: rgb(142,228,255); }
div.DivClassName
{
background-color: #8EE4FF;
}
.BgClassName
{
background-color: #8EE4FF;
}
</style>
border-color css
<style>
span { border-color: #8EE4FF; }
span { border-color: rgb(142,228,255); }
td.TdClassName
{
border-color: #8EE4FF;
}
.TagClassName
{
border-color: #8EE4FF;
}
</style>