Shades of Columbia Blue #8CE1FD
Tints of Columbia Blue #8CE1FD
RGB
CMYK
RGB Variations
Color information
#8CE1FD (or 0x8CE1FD) is known color: Columbia Blue. HEX triplet: 8C, E1 and FD. RGB value is (140,225,253). Sum of RGB (Red+Green+Blue) = 140+225+253=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1FD is #731E02. Grayscale: #CACACA. Windows color (decimal): -7544323 or 16638348. OLE color: 16638348.
HSL color Cylindrical-coordinate representation of color #8CE1FD: hue angle of 194.87º 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 #8CE1FD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 225 | 253 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.01 |
| HSL | 194.87º | 0.97% | 0.77% | - |
| HSV(B) | 194.87º | 0.45% | 0.99% | - |
| XYZ | 55.47 | 66.52 | 102.84 | - |
| YUV | 202.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 253 | 0.45 | 0.11 | 0 | 0.01 | 194.87 | 0.97 | 0.77 |
| Hex | 8C | E1 | FD | 2D | B | 0 | 1 | C3 | 61 | 4D |
| Octal | 214 | 341 | 375 | 55 | 13 | 0 | 1 | 303 | 141 | 115 |
| Binary | 10001100 | 11100001 | 11111101 | 101101 | 1011 | 0 | 1 | 11000011 | 1100001 | 1001101 |
Color Harmonies of #8CE1FD
Complementary color
Monochromatic Colors of #8CE1FD
Black with #8CE1FD
Text Example
Text Example
White with #8CE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1FD; }
p { color: rgb(140,225,253); }
H1.HeaderClassName
{
color: #8CE1FD;
}
.AnyTagClassName
{
color: #8CE1FD;
}
</style>
background-color css
<style>
a { background-color: #8CE1FD; }
a { background-color: rgb(140,225,253); }
div.DivClassName
{
background-color: #8CE1FD;
}
.BgClassName
{
background-color: #8CE1FD;
}
</style>
border-color css
<style>
span { border-color: #8CE1FD; }
span { border-color: rgb(140,225,253); }
td.TdClassName
{
border-color: #8CE1FD;
}
.TagClassName
{
border-color: #8CE1FD;
}
</style>