Shades of Columbia Blue #8DE6FE
Tints of Columbia Blue #8DE6FE
RGB
CMYK
RGB Variations
Color information
#8DE6FE (or 0x8DE6FE) is known color: Columbia Blue. HEX triplet: 8D, E6 and FE. RGB value is (141,230,254). Sum of RGB (Red+Green+Blue) = 141+230+254=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6FE is #721901. Grayscale: #CDCDCD. Windows color (decimal): -7477506 or 16705165. OLE color: 16705165.
HSL color Cylindrical-coordinate representation of color #8DE6FE: hue angle of 192.74º 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 #8DE6FE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 230 | 254 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.00 |
| HSL | 192.74º | 0.98% | 0.77% | - |
| HSV(B) | 192.74º | 0.44% | 1% | - |
| XYZ | 57.17 | 69.41 | 104.15 | - |
| YUV | 206.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 254 | 0.44 | 0.09 | 0 | 0.00 | 192.74 | 0.98 | 0.77 |
| Hex | 8D | E6 | FE | 2C | 9 | 0 | 0 | C1 | 62 | 4D |
| Octal | 215 | 346 | 376 | 54 | 11 | 0 | 0 | 301 | 142 | 115 |
| Binary | 10001101 | 11100110 | 11111110 | 101100 | 1001 | 0 | 0 | 11000001 | 1100010 | 1001101 |
Color Harmonies of #8DE6FE
Complementary color
Monochromatic Colors of #8DE6FE
Black with #8DE6FE
Text Example
Text Example
White with #8DE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6FE; }
p { color: rgb(141,230,254); }
H1.HeaderClassName
{
color: #8DE6FE;
}
.AnyTagClassName
{
color: #8DE6FE;
}
</style>
background-color css
<style>
a { background-color: #8DE6FE; }
a { background-color: rgb(141,230,254); }
div.DivClassName
{
background-color: #8DE6FE;
}
.BgClassName
{
background-color: #8DE6FE;
}
</style>
border-color css
<style>
span { border-color: #8DE6FE; }
span { border-color: rgb(141,230,254); }
td.TdClassName
{
border-color: #8DE6FE;
}
.TagClassName
{
border-color: #8DE6FE;
}
</style>