Shades of Columbia Blue #8DE8FD
Tints of Columbia Blue #8DE8FD
RGB
CMYK
RGB Variations
Color information
#8DE8FD (or 0x8DE8FD) is known color: Columbia Blue. HEX triplet: 8D, E8 and FD. RGB value is (141,232,253). Sum of RGB (Red+Green+Blue) = 141+232+253=626 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.52% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE8FD is #721702. Grayscale: #CFCFCF. Windows color (decimal): -7476995 or 16640141. OLE color: 16640141.
HSL color Cylindrical-coordinate representation of color #8DE8FD: hue angle of 191.25º degrees, saturation: 0.97, 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 #8DE8FD is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 232 | 253 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.01 |
| HSL | 191.25º | 0.97% | 0.77% | - |
| HSV(B) | 191.25º | 0.44% | 0.99% | - |
| XYZ | 57.57 | 70.47 | 103.5 | - |
| YUV | 207.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 232 | 253 | 0.44 | 0.08 | 0 | 0.01 | 191.25 | 0.97 | 0.77 |
| Hex | 8D | E8 | FD | 2C | 8 | 0 | 1 | BF | 61 | 4D |
| Octal | 215 | 350 | 375 | 54 | 10 | 0 | 1 | 277 | 141 | 115 |
| Binary | 10001101 | 11101000 | 11111101 | 101100 | 1000 | 0 | 1 | 10111111 | 1100001 | 1001101 |
Color Harmonies of #8DE8FD
Complementary color
Monochromatic Colors of #8DE8FD
Black with #8DE8FD
Text Example
Text Example
White with #8DE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE8FD; }
p { color: rgb(141,232,253); }
H1.HeaderClassName
{
color: #8DE8FD;
}
.AnyTagClassName
{
color: #8DE8FD;
}
</style>
background-color css
<style>
a { background-color: #8DE8FD; }
a { background-color: rgb(141,232,253); }
div.DivClassName
{
background-color: #8DE8FD;
}
.BgClassName
{
background-color: #8DE8FD;
}
</style>
border-color css
<style>
span { border-color: #8DE8FD; }
span { border-color: rgb(141,232,253); }
td.TdClassName
{
border-color: #8DE8FD;
}
.TagClassName
{
border-color: #8DE8FD;
}
</style>