Shades of Columbia Blue #8DEAFE
Tints of Columbia Blue #8DEAFE
RGB
CMYK
RGB Variations
Color information
#8DEAFE (or 0x8DEAFE) is known color: Columbia Blue. HEX triplet: 8D, EA and FE. RGB value is (141,234,254). Sum of RGB (Red+Green+Blue) = 141+234+254=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFE is #721501. Grayscale: #D0D0D0. Windows color (decimal): -7476482 or 16706189. OLE color: 16706189.
HSL color Cylindrical-coordinate representation of color #8DEAFE: hue angle of 190.62º 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 #8DEAFE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 234 | 254 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.00 |
| HSL | 190.62º | 0.98% | 0.77% | - |
| HSV(B) | 190.62º | 0.44% | 1% | - |
| XYZ | 58.3 | 71.66 | 104.53 | - |
| YUV | 208.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 254 | 0.44 | 0.08 | 0 | 0.00 | 190.62 | 0.98 | 0.77 |
| Hex | 8D | EA | FE | 2C | 8 | 0 | 0 | BF | 62 | 4D |
| Octal | 215 | 352 | 376 | 54 | 10 | 0 | 0 | 277 | 142 | 115 |
| Binary | 10001101 | 11101010 | 11111110 | 101100 | 1000 | 0 | 0 | 10111111 | 1100010 | 1001101 |
Color Harmonies of #8DEAFE
Complementary color
Monochromatic Colors of #8DEAFE
Black with #8DEAFE
Text Example
Text Example
White with #8DEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAFE; }
p { color: rgb(141,234,254); }
H1.HeaderClassName
{
color: #8DEAFE;
}
.AnyTagClassName
{
color: #8DEAFE;
}
</style>
background-color css
<style>
a { background-color: #8DEAFE; }
a { background-color: rgb(141,234,254); }
div.DivClassName
{
background-color: #8DEAFE;
}
.BgClassName
{
background-color: #8DEAFE;
}
</style>
border-color css
<style>
span { border-color: #8DEAFE; }
span { border-color: rgb(141,234,254); }
td.TdClassName
{
border-color: #8DEAFE;
}
.TagClassName
{
border-color: #8DEAFE;
}
</style>