Shades of Columbia Blue #8CDCFF
Tints of Columbia Blue #8CDCFF
RGB
CMYK
RGB Variations
Color information
#8CDCFF (or 0x8CDCFF) is known color: Columbia Blue. HEX triplet: 8C, DC and FF. RGB value is (140,220,255). Sum of RGB (Red+Green+Blue) = 140+220+255=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDCFF is #732300. Grayscale: #C7C7C7. Windows color (decimal): -7545601 or 16768140. OLE color: 16768140.
HSL color Cylindrical-coordinate representation of color #8CDCFF: hue angle of 198.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDCFF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 220 | 255 | - |
| CMYK | 0.45 | 0.14 | 0 | 0 |
| HSL | 198.26º | 1% | 0.77% | - |
| HSV(B) | 198.26º | 0.45% | 1% | - |
| XYZ | 54.46 | 63.98 | 104.09 | - |
| YUV | 200.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 255 | 0.45 | 0.14 | 0 | 0 | 198.26 | 1 | 0.77 |
| Hex | 8C | DC | FF | 2D | E | 0 | 0 | C6 | 64 | 4D |
| Octal | 214 | 334 | 377 | 55 | 16 | 0 | 0 | 306 | 144 | 115 |
| Binary | 10001100 | 11011100 | 11111111 | 101101 | 1110 | 0 | 0 | 11000110 | 1100100 | 1001101 |
Color Harmonies of #8CDCFF
Complementary color
Monochromatic Colors of #8CDCFF
Black with #8CDCFF
Text Example
Text Example
White with #8CDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCFF; }
p { color: rgb(140,220,255); }
H1.HeaderClassName
{
color: #8CDCFF;
}
.AnyTagClassName
{
color: #8CDCFF;
}
</style>
background-color css
<style>
a { background-color: #8CDCFF; }
a { background-color: rgb(140,220,255); }
div.DivClassName
{
background-color: #8CDCFF;
}
.BgClassName
{
background-color: #8CDCFF;
}
</style>
border-color css
<style>
span { border-color: #8CDCFF; }
span { border-color: rgb(140,220,255); }
td.TdClassName
{
border-color: #8CDCFF;
}
.TagClassName
{
border-color: #8CDCFF;
}
</style>