Shades of Columbia Blue #8EDEFC
Tints of Columbia Blue #8EDEFC
RGB
CMYK
RGB Variations
Color information
#8EDEFC (or 0x8EDEFC) is known color: Columbia Blue. HEX triplet: 8E, DE and FC. RGB value is (142,222,252). Sum of RGB (Red+Green+Blue) = 142+222+252=616 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.05% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEFC is #712103. Grayscale: #C9C9C9. Windows color (decimal): -7414020 or 16572046. OLE color: 16572046.
HSL color Cylindrical-coordinate representation of color #8EDEFC: hue angle of 196.36º degrees, saturation: 0.95, 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 #8EDEFC is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 222 | 252 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.01 |
| HSL | 196.36º | 0.95% | 0.77% | - |
| HSV(B) | 196.36º | 0.44% | 0.99% | - |
| XYZ | 54.85 | 65.02 | 101.76 | - |
| YUV | 201.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 252 | 0.44 | 0.12 | 0 | 0.01 | 196.36 | 0.95 | 0.77 |
| Hex | 8E | DE | FC | 2C | C | 0 | 1 | C4 | 5F | 4D |
| Octal | 216 | 336 | 374 | 54 | 14 | 0 | 1 | 304 | 137 | 115 |
| Binary | 10001110 | 11011110 | 11111100 | 101100 | 1100 | 0 | 1 | 11000100 | 1011111 | 1001101 |
Color Harmonies of #8EDEFC
Complementary color
Monochromatic Colors of #8EDEFC
Black with #8EDEFC
Text Example
Text Example
White with #8EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEFC; }
p { color: rgb(142,222,252); }
H1.HeaderClassName
{
color: #8EDEFC;
}
.AnyTagClassName
{
color: #8EDEFC;
}
</style>
background-color css
<style>
a { background-color: #8EDEFC; }
a { background-color: rgb(142,222,252); }
div.DivClassName
{
background-color: #8EDEFC;
}
.BgClassName
{
background-color: #8EDEFC;
}
</style>
border-color css
<style>
span { border-color: #8EDEFC; }
span { border-color: rgb(142,222,252); }
td.TdClassName
{
border-color: #8EDEFC;
}
.TagClassName
{
border-color: #8EDEFC;
}
</style>