Shades of Columbia Blue #8DE0FE
Tints of Columbia Blue #8DE0FE
RGB
CMYK
RGB Variations
Color information
#8DE0FE (or 0x8DE0FE) is known color: Columbia Blue. HEX triplet: 8D, E0 and FE. RGB value is (141,224,254). Sum of RGB (Red+Green+Blue) = 141+224+254=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0FE is #721F01. Grayscale: #CACACA. Windows color (decimal): -7479042 or 16703629. OLE color: 16703629.
HSL color Cylindrical-coordinate representation of color #8DE0FE: hue angle of 195.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE0FE is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 224 | 254 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.00 |
| HSL | 195.93º | 0.98% | 0.77% | - |
| HSV(B) | 195.93º | 0.44% | 1% | - |
| XYZ | 55.53 | 66.13 | 103.6 | - |
| YUV | 202.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 254 | 0.44 | 0.12 | 0 | 0.00 | 195.93 | 0.98 | 0.77 |
| Hex | 8D | E0 | FE | 2C | C | 0 | 0 | C4 | 62 | 4D |
| Octal | 215 | 340 | 376 | 54 | 14 | 0 | 0 | 304 | 142 | 115 |
| Binary | 10001101 | 11100000 | 11111110 | 101100 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001101 |
Color Harmonies of #8DE0FE
Complementary color
Monochromatic Colors of #8DE0FE
Black with #8DE0FE
Text Example
Text Example
White with #8DE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0FE; }
p { color: rgb(141,224,254); }
H1.HeaderClassName
{
color: #8DE0FE;
}
.AnyTagClassName
{
color: #8DE0FE;
}
</style>
background-color css
<style>
a { background-color: #8DE0FE; }
a { background-color: rgb(141,224,254); }
div.DivClassName
{
background-color: #8DE0FE;
}
.BgClassName
{
background-color: #8DE0FE;
}
</style>
border-color css
<style>
span { border-color: #8DE0FE; }
span { border-color: rgb(141,224,254); }
td.TdClassName
{
border-color: #8DE0FE;
}
.TagClassName
{
border-color: #8DE0FE;
}
</style>