Shades of Columbia Blue #8EDEFF
Tints of Columbia Blue #8EDEFF
RGB
CMYK
RGB Variations
Color information
#8EDEFF (or 0x8EDEFF) is known color: Columbia Blue. HEX triplet: 8E, DE and FF. RGB value is (142,222,255). Sum of RGB (Red+Green+Blue) = 142+222+255=619 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.94% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEFF is #712100. Grayscale: #C9C9C9. Windows color (decimal): -7414017 or 16768654. OLE color: 16768654.
HSL color Cylindrical-coordinate representation of color #8EDEFF: hue angle of 197.52º 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 #8EDEFF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 222 | 255 | - |
| CMYK | 0.44 | 0.13 | 0 | 0 |
| HSL | 197.52º | 1% | 0.78% | - |
| HSV(B) | 197.52º | 0.44% | 1% | - |
| XYZ | 55.33 | 65.21 | 104.28 | - |
| YUV | 201.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 255 | 0.44 | 0.13 | 0 | 0 | 197.52 | 1 | 0.78 |
| Hex | 8E | DE | FF | 2C | D | 0 | 0 | C6 | 64 | 4E |
| Octal | 216 | 336 | 377 | 54 | 15 | 0 | 0 | 306 | 144 | 116 |
| Binary | 10001110 | 11011110 | 11111111 | 101100 | 1101 | 0 | 0 | 11000110 | 1100100 | 1001110 |
Color Harmonies of #8EDEFF
Complementary color
Monochromatic Colors of #8EDEFF
Black with #8EDEFF
Text Example
Text Example
White with #8EDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEFF; }
p { color: rgb(142,222,255); }
H1.HeaderClassName
{
color: #8EDEFF;
}
.AnyTagClassName
{
color: #8EDEFF;
}
</style>
background-color css
<style>
a { background-color: #8EDEFF; }
a { background-color: rgb(142,222,255); }
div.DivClassName
{
background-color: #8EDEFF;
}
.BgClassName
{
background-color: #8EDEFF;
}
</style>
border-color css
<style>
span { border-color: #8EDEFF; }
span { border-color: rgb(142,222,255); }
td.TdClassName
{
border-color: #8EDEFF;
}
.TagClassName
{
border-color: #8EDEFF;
}
</style>