Shades of Columbia Blue #8DE9FF
Tints of Columbia Blue #8DE9FF
RGB
CMYK
RGB Variations
Color information
#8DE9FF (or 0x8DE9FF) is known color: Columbia Blue. HEX triplet: 8D, E9 and FF. RGB value is (141,233,255). Sum of RGB (Red+Green+Blue) = 141+233+255=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9FF is #721600. Grayscale: #CFCFCF. Windows color (decimal): -7476737 or 16771469. OLE color: 16771469.
HSL color Cylindrical-coordinate representation of color #8DE9FF: hue angle of 191.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DE9FF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 233 | 255 | - |
| CMYK | 0.45 | 0.09 | 0 | 0 |
| HSL | 191.58º | 1% | 0.78% | - |
| HSV(B) | 191.58º | 0.45% | 1% | - |
| XYZ | 58.17 | 71.16 | 105.28 | - |
| YUV | 208 | 154.52 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 255 | 0.45 | 0.09 | 0 | 0 | 191.58 | 1 | 0.78 |
| Hex | 8D | E9 | FF | 2D | 9 | 0 | 0 | C0 | 64 | 4E |
| Octal | 215 | 351 | 377 | 55 | 11 | 0 | 0 | 300 | 144 | 116 |
| Binary | 10001101 | 11101001 | 11111111 | 101101 | 1001 | 0 | 0 | 11000000 | 1100100 | 1001110 |
Color Harmonies of #8DE9FF
Complementary color
Monochromatic Colors of #8DE9FF
Black with #8DE9FF
Text Example
Text Example
White with #8DE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9FF; }
p { color: rgb(141,233,255); }
H1.HeaderClassName
{
color: #8DE9FF;
}
.AnyTagClassName
{
color: #8DE9FF;
}
</style>
background-color css
<style>
a { background-color: #8DE9FF; }
a { background-color: rgb(141,233,255); }
div.DivClassName
{
background-color: #8DE9FF;
}
.BgClassName
{
background-color: #8DE9FF;
}
</style>
border-color css
<style>
span { border-color: #8DE9FF; }
span { border-color: rgb(141,233,255); }
td.TdClassName
{
border-color: #8DE9FF;
}
.TagClassName
{
border-color: #8DE9FF;
}
</style>