Shades of Columbia Blue #8DE6FF
Tints of Columbia Blue #8DE6FF
RGB
CMYK
RGB Variations
Color information
#8DE6FF (or 0x8DE6FF) is known color: Columbia Blue. HEX triplet: 8D, E6 and FF. RGB value is (141,230,255). Sum of RGB (Red+Green+Blue) = 141+230+255=626 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.52% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6FF is #721900. Grayscale: #CECECE. Windows color (decimal): -7477505 or 16770701. OLE color: 16770701.
HSL color Cylindrical-coordinate representation of color #8DE6FF: hue angle of 193.16º 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 #8DE6FF is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 230 | 255 | - |
| CMYK | 0.45 | 0.10 | 0 | 0 |
| HSL | 193.16º | 1% | 0.78% | - |
| HSV(B) | 193.16º | 0.45% | 1% | - |
| XYZ | 57.33 | 69.48 | 105 | - |
| YUV | 206.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 255 | 0.45 | 0.10 | 0 | 0 | 193.16 | 1 | 0.78 |
| Hex | 8D | E6 | FF | 2D | A | 0 | 0 | C1 | 64 | 4E |
| Octal | 215 | 346 | 377 | 55 | 12 | 0 | 0 | 301 | 144 | 116 |
| Binary | 10001101 | 11100110 | 11111111 | 101101 | 1010 | 0 | 0 | 11000001 | 1100100 | 1001110 |
Color Harmonies of #8DE6FF
Complementary color
Monochromatic Colors of #8DE6FF
Black with #8DE6FF
Text Example
Text Example
White with #8DE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6FF; }
p { color: rgb(141,230,255); }
H1.HeaderClassName
{
color: #8DE6FF;
}
.AnyTagClassName
{
color: #8DE6FF;
}
</style>
background-color css
<style>
a { background-color: #8DE6FF; }
a { background-color: rgb(141,230,255); }
div.DivClassName
{
background-color: #8DE6FF;
}
.BgClassName
{
background-color: #8DE6FF;
}
</style>
border-color css
<style>
span { border-color: #8DE6FF; }
span { border-color: rgb(141,230,255); }
td.TdClassName
{
border-color: #8DE6FF;
}
.TagClassName
{
border-color: #8DE6FF;
}
</style>