Shades of Columbia Blue #8DE3FB
Tints of Columbia Blue #8DE3FB
RGB
CMYK
RGB Variations
Color information
#8DE3FB (or 0x8DE3FB) is known color: Columbia Blue. HEX triplet: 8D, E3 and FB. RGB value is (141,227,251). Sum of RGB (Red+Green+Blue) = 141+227+251=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3FB is #721C04. Grayscale: #CBCBCB. Windows color (decimal): -7478277 or 16507789. OLE color: 16507789.
HSL color Cylindrical-coordinate representation of color #8DE3FB: hue angle of 193.09º degrees, saturation: 0.93, 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 #8DE3FB is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 227 | 251 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.02 |
| HSL | 193.09º | 0.93% | 0.77% | - |
| HSV(B) | 193.09º | 0.44% | 0.98% | - |
| XYZ | 55.87 | 67.57 | 101.36 | - |
| YUV | 204.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 251 | 0.44 | 0.10 | 0 | 0.02 | 193.09 | 0.93 | 0.77 |
| Hex | 8D | E3 | FB | 2C | A | 0 | 2 | C1 | 5D | 4D |
| Octal | 215 | 343 | 373 | 54 | 12 | 0 | 2 | 301 | 135 | 115 |
| Binary | 10001101 | 11100011 | 11111011 | 101100 | 1010 | 0 | 10 | 11000001 | 1011101 | 1001101 |
Color Harmonies of #8DE3FB
Complementary color
Monochromatic Colors of #8DE3FB
Black with #8DE3FB
Text Example
Text Example
White with #8DE3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE3FB; }
p { color: rgb(141,227,251); }
H1.HeaderClassName
{
color: #8DE3FB;
}
.AnyTagClassName
{
color: #8DE3FB;
}
</style>
background-color css
<style>
a { background-color: #8DE3FB; }
a { background-color: rgb(141,227,251); }
div.DivClassName
{
background-color: #8DE3FB;
}
.BgClassName
{
background-color: #8DE3FB;
}
</style>
border-color css
<style>
span { border-color: #8DE3FB; }
span { border-color: rgb(141,227,251); }
td.TdClassName
{
border-color: #8DE3FB;
}
.TagClassName
{
border-color: #8DE3FB;
}
</style>