Shades of Columbia Blue #8EE0FF
Tints of Columbia Blue #8EE0FF
RGB
CMYK
RGB Variations
Color information
#8EE0FF (or 0x8EE0FF) is known color: Columbia Blue. HEX triplet: 8E, E0 and FF. RGB value is (142,224,255). Sum of RGB (Red+Green+Blue) = 142+224+255=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE0FF is #711F00. Grayscale: #CACACA. Windows color (decimal): -7413505 or 16769166. OLE color: 16769166.
HSL color Cylindrical-coordinate representation of color #8EE0FF: hue angle of 196.46º 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 #8EE0FF is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 224 | 255 | - |
| CMYK | 0.44 | 0.12 | 0 | 0 |
| HSL | 196.46º | 1% | 0.78% | - |
| HSV(B) | 196.46º | 0.44% | 1% | - |
| XYZ | 55.86 | 66.28 | 104.46 | - |
| YUV | 203.02 | 157.33 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 255 | 0.44 | 0.12 | 0 | 0 | 196.46 | 1 | 0.78 |
| Hex | 8E | E0 | FF | 2C | C | 0 | 0 | C4 | 64 | 4E |
| Octal | 216 | 340 | 377 | 54 | 14 | 0 | 0 | 304 | 144 | 116 |
| Binary | 10001110 | 11100000 | 11111111 | 101100 | 1100 | 0 | 0 | 11000100 | 1100100 | 1001110 |
Color Harmonies of #8EE0FF
Complementary color
Monochromatic Colors of #8EE0FF
Black with #8EE0FF
Text Example
Text Example
White with #8EE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0FF; }
p { color: rgb(142,224,255); }
H1.HeaderClassName
{
color: #8EE0FF;
}
.AnyTagClassName
{
color: #8EE0FF;
}
</style>
background-color css
<style>
a { background-color: #8EE0FF; }
a { background-color: rgb(142,224,255); }
div.DivClassName
{
background-color: #8EE0FF;
}
.BgClassName
{
background-color: #8EE0FF;
}
</style>
border-color css
<style>
span { border-color: #8EE0FF; }
span { border-color: rgb(142,224,255); }
td.TdClassName
{
border-color: #8EE0FF;
}
.TagClassName
{
border-color: #8EE0FF;
}
</style>