Shades of Columbia Blue #8EE5FD
Tints of Columbia Blue #8EE5FD
RGB
CMYK
RGB Variations
Color information
#8EE5FD (or 0x8EE5FD) is known color: Columbia Blue. HEX triplet: 8E, E5 and FD. RGB value is (142,229,253). Sum of RGB (Red+Green+Blue) = 142+229+253=624 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.76% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5FD is #711A02. Grayscale: #CDCDCD. Windows color (decimal): -7412227 or 16639374. OLE color: 16639374.
HSL color Cylindrical-coordinate representation of color #8EE5FD: hue angle of 192.97º degrees, saturation: 0.97, 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 #8EE5FD is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 229 | 253 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.01 |
| HSL | 192.97º | 0.97% | 0.77% | - |
| HSV(B) | 192.97º | 0.44% | 0.99% | - |
| XYZ | 56.9 | 68.88 | 103.22 | - |
| YUV | 205.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 253 | 0.44 | 0.09 | 0 | 0.01 | 192.97 | 0.97 | 0.77 |
| Hex | 8E | E5 | FD | 2C | 9 | 0 | 1 | C1 | 61 | 4D |
| Octal | 216 | 345 | 375 | 54 | 11 | 0 | 1 | 301 | 141 | 115 |
| Binary | 10001110 | 11100101 | 11111101 | 101100 | 1001 | 0 | 1 | 11000001 | 1100001 | 1001101 |
Color Harmonies of #8EE5FD
Complementary color
Monochromatic Colors of #8EE5FD
Black with #8EE5FD
Text Example
Text Example
White with #8EE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE5FD; }
p { color: rgb(142,229,253); }
H1.HeaderClassName
{
color: #8EE5FD;
}
.AnyTagClassName
{
color: #8EE5FD;
}
</style>
background-color css
<style>
a { background-color: #8EE5FD; }
a { background-color: rgb(142,229,253); }
div.DivClassName
{
background-color: #8EE5FD;
}
.BgClassName
{
background-color: #8EE5FD;
}
</style>
border-color css
<style>
span { border-color: #8EE5FD; }
span { border-color: rgb(142,229,253); }
td.TdClassName
{
border-color: #8EE5FD;
}
.TagClassName
{
border-color: #8EE5FD;
}
</style>