Shades of Columbia Blue #8EDCFF
Tints of Columbia Blue #8EDCFF
RGB
CMYK
RGB Variations
Color information
#8EDCFF (or 0x8EDCFF) is known color: Columbia Blue. HEX triplet: 8E, DC and FF. RGB value is (142,220,255). Sum of RGB (Red+Green+Blue) = 142+220+255=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCFF is #712300. Grayscale: #C8C8C8. Windows color (decimal): -7414529 or 16768142. OLE color: 16768142.
HSL color Cylindrical-coordinate representation of color #8EDCFF: hue angle of 198.58º 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 #8EDCFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 220 | 255 | - |
| CMYK | 0.44 | 0.14 | 0 | 0 |
| HSL | 198.58º | 1% | 0.78% | - |
| HSV(B) | 198.58º | 0.44% | 1% | - |
| XYZ | 54.8 | 64.16 | 104.1 | - |
| YUV | 200.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 255 | 0.44 | 0.14 | 0 | 0 | 198.58 | 1 | 0.78 |
| Hex | 8E | DC | FF | 2C | E | 0 | 0 | C7 | 64 | 4E |
| Octal | 216 | 334 | 377 | 54 | 16 | 0 | 0 | 307 | 144 | 116 |
| Binary | 10001110 | 11011100 | 11111111 | 101100 | 1110 | 0 | 0 | 11000111 | 1100100 | 1001110 |
Color Harmonies of #8EDCFF
Complementary color
Monochromatic Colors of #8EDCFF
Black with #8EDCFF
Text Example
Text Example
White with #8EDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDCFF; }
p { color: rgb(142,220,255); }
H1.HeaderClassName
{
color: #8EDCFF;
}
.AnyTagClassName
{
color: #8EDCFF;
}
</style>
background-color css
<style>
a { background-color: #8EDCFF; }
a { background-color: rgb(142,220,255); }
div.DivClassName
{
background-color: #8EDCFF;
}
.BgClassName
{
background-color: #8EDCFF;
}
</style>
border-color css
<style>
span { border-color: #8EDCFF; }
span { border-color: rgb(142,220,255); }
td.TdClassName
{
border-color: #8EDCFF;
}
.TagClassName
{
border-color: #8EDCFF;
}
</style>