Shades of Columbia Blue #8DE2FA
Tints of Columbia Blue #8DE2FA
RGB
CMYK
RGB Variations
Color information
#8DE2FA (or 0x8DE2FA) is known color: Columbia Blue. HEX triplet: 8D, E2 and FA. RGB value is (141,226,250). Sum of RGB (Red+Green+Blue) = 141+226+250=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE2FA is #721D05. Grayscale: #CBCBCB. Windows color (decimal): -7478534 or 16441997. OLE color: 16441997.
HSL color Cylindrical-coordinate representation of color #8DE2FA: hue angle of 193.21º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE2FA is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 226 | 250 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.02 |
| HSL | 193.21º | 0.92% | 0.77% | - |
| HSV(B) | 193.21º | 0.44% | 0.98% | - |
| XYZ | 55.44 | 66.96 | 100.44 | - |
| YUV | 203.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 226 | 250 | 0.44 | 0.10 | 0 | 0.02 | 193.21 | 0.92 | 0.77 |
| Hex | 8D | E2 | FA | 2C | A | 0 | 2 | C1 | 5C | 4D |
| Octal | 215 | 342 | 372 | 54 | 12 | 0 | 2 | 301 | 134 | 115 |
| Binary | 10001101 | 11100010 | 11111010 | 101100 | 1010 | 0 | 10 | 11000001 | 1011100 | 1001101 |
Color Harmonies of #8DE2FA
Complementary color
Monochromatic Colors of #8DE2FA
Black with #8DE2FA
Text Example
Text Example
White with #8DE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE2FA; }
p { color: rgb(141,226,250); }
H1.HeaderClassName
{
color: #8DE2FA;
}
.AnyTagClassName
{
color: #8DE2FA;
}
</style>
background-color css
<style>
a { background-color: #8DE2FA; }
a { background-color: rgb(141,226,250); }
div.DivClassName
{
background-color: #8DE2FA;
}
.BgClassName
{
background-color: #8DE2FA;
}
</style>
border-color css
<style>
span { border-color: #8DE2FA; }
span { border-color: rgb(141,226,250); }
td.TdClassName
{
border-color: #8DE2FA;
}
.TagClassName
{
border-color: #8DE2FA;
}
</style>