Shades of Columbia Blue #8EE8FF
Tints of Columbia Blue #8EE8FF
RGB
CMYK
RGB Variations
Color information
#8EE8FF (or 0x8EE8FF) is known color: Columbia Blue. HEX triplet: 8E, E8 and FF. RGB value is (142,232,255). Sum of RGB (Red+Green+Blue) = 142+232+255=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8FF is #711700. Grayscale: #CFCFCF. Windows color (decimal): -7411457 or 16771214. OLE color: 16771214.
HSL color Cylindrical-coordinate representation of color #8EE8FF: hue angle of 192.21º 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 #8EE8FF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 232 | 255 | - |
| CMYK | 0.44 | 0.09 | 0 | 0 |
| HSL | 192.21º | 1% | 0.78% | - |
| HSV(B) | 192.21º | 0.44% | 1% | - |
| XYZ | 58.06 | 70.68 | 105.19 | - |
| YUV | 207.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 255 | 0.44 | 0.09 | 0 | 0 | 192.21 | 1 | 0.78 |
| Hex | 8E | E8 | FF | 2C | 9 | 0 | 0 | C0 | 64 | 4E |
| Octal | 216 | 350 | 377 | 54 | 11 | 0 | 0 | 300 | 144 | 116 |
| Binary | 10001110 | 11101000 | 11111111 | 101100 | 1001 | 0 | 0 | 11000000 | 1100100 | 1001110 |
Color Harmonies of #8EE8FF
Complementary color
Monochromatic Colors of #8EE8FF
Black with #8EE8FF
Text Example
Text Example
White with #8EE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8FF; }
p { color: rgb(142,232,255); }
H1.HeaderClassName
{
color: #8EE8FF;
}
.AnyTagClassName
{
color: #8EE8FF;
}
</style>
background-color css
<style>
a { background-color: #8EE8FF; }
a { background-color: rgb(142,232,255); }
div.DivClassName
{
background-color: #8EE8FF;
}
.BgClassName
{
background-color: #8EE8FF;
}
</style>
border-color css
<style>
span { border-color: #8EE8FF; }
span { border-color: rgb(142,232,255); }
td.TdClassName
{
border-color: #8EE8FF;
}
.TagClassName
{
border-color: #8EE8FF;
}
</style>