Shades of Columbia Blue #8CE6FD
Tints of Columbia Blue #8CE6FD
RGB
CMYK
RGB Variations
Color information
#8CE6FD (or 0x8CE6FD) is known color: Columbia Blue. HEX triplet: 8C, E6 and FD. RGB value is (140,230,253). Sum of RGB (Red+Green+Blue) = 140+230+253=623 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.47% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE6FD is #731902. Grayscale: #CDCDCD. Windows color (decimal): -7543043 or 16639628. OLE color: 16639628.
HSL color Cylindrical-coordinate representation of color #8CE6FD: hue angle of 192.21º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CE6FD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 230 | 253 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.01 |
| HSL | 192.21º | 0.97% | 0.77% | - |
| HSV(B) | 192.21º | 0.45% | 0.99% | - |
| XYZ | 56.84 | 69.26 | 103.3 | - |
| YUV | 205.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 253 | 0.45 | 0.09 | 0 | 0.01 | 192.21 | 0.97 | 0.77 |
| Hex | 8C | E6 | FD | 2D | 9 | 0 | 1 | C0 | 61 | 4D |
| Octal | 214 | 346 | 375 | 55 | 11 | 0 | 1 | 300 | 141 | 115 |
| Binary | 10001100 | 11100110 | 11111101 | 101101 | 1001 | 0 | 1 | 11000000 | 1100001 | 1001101 |
Color Harmonies of #8CE6FD
Complementary color
Monochromatic Colors of #8CE6FD
Black with #8CE6FD
Text Example
Text Example
White with #8CE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE6FD; }
p { color: rgb(140,230,253); }
H1.HeaderClassName
{
color: #8CE6FD;
}
.AnyTagClassName
{
color: #8CE6FD;
}
</style>
background-color css
<style>
a { background-color: #8CE6FD; }
a { background-color: rgb(140,230,253); }
div.DivClassName
{
background-color: #8CE6FD;
}
.BgClassName
{
background-color: #8CE6FD;
}
</style>
border-color css
<style>
span { border-color: #8CE6FD; }
span { border-color: rgb(140,230,253); }
td.TdClassName
{
border-color: #8CE6FD;
}
.TagClassName
{
border-color: #8CE6FD;
}
</style>