Shades of Columbia Blue #8EDFFC
Tints of Columbia Blue #8EDFFC
RGB
CMYK
RGB Variations
Color information
#8EDFFC (or 0x8EDFFC) is known color: Columbia Blue. HEX triplet: 8E, DF and FC. RGB value is (142,223,252). Sum of RGB (Red+Green+Blue) = 142+223+252=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFFC is #712003. Grayscale: #C9C9C9. Windows color (decimal): -7413764 or 16572302. OLE color: 16572302.
HSL color Cylindrical-coordinate representation of color #8EDFFC: hue angle of 195.82º 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 #8EDFFC is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 223 | 252 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.01 |
| HSL | 195.82º | 0.95% | 0.77% | - |
| HSV(B) | 195.82º | 0.44% | 0.99% | - |
| XYZ | 55.11 | 65.55 | 101.84 | - |
| YUV | 202.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 252 | 0.44 | 0.12 | 0 | 0.01 | 195.82 | 0.95 | 0.77 |
| Hex | 8E | DF | FC | 2C | C | 0 | 1 | C4 | 5F | 4D |
| Octal | 216 | 337 | 374 | 54 | 14 | 0 | 1 | 304 | 137 | 115 |
| Binary | 10001110 | 11011111 | 11111100 | 101100 | 1100 | 0 | 1 | 11000100 | 1011111 | 1001101 |
Color Harmonies of #8EDFFC
Complementary color
Monochromatic Colors of #8EDFFC
Black with #8EDFFC
Text Example
Text Example
White with #8EDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFFC; }
p { color: rgb(142,223,252); }
H1.HeaderClassName
{
color: #8EDFFC;
}
.AnyTagClassName
{
color: #8EDFFC;
}
</style>
background-color css
<style>
a { background-color: #8EDFFC; }
a { background-color: rgb(142,223,252); }
div.DivClassName
{
background-color: #8EDFFC;
}
.BgClassName
{
background-color: #8EDFFC;
}
</style>
border-color css
<style>
span { border-color: #8EDFFC; }
span { border-color: rgb(142,223,252); }
td.TdClassName
{
border-color: #8EDFFC;
}
.TagClassName
{
border-color: #8EDFFC;
}
</style>