Shades of Columbia Blue #8CDFF6
Tints of Columbia Blue #8CDFF6
RGB
CMYK
RGB Variations
Color information
#8CDFF6 (or 0x8CDFF6) is known color: Columbia Blue. HEX triplet: 8C, DF and F6. RGB value is (140,223,246). Sum of RGB (Red+Green+Blue) = 140+223+246=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #8CDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFF6 is #732009. Grayscale: #C8C8C8. Windows color (decimal): -7544842 or 16179084. OLE color: 16179084.
HSL color Cylindrical-coordinate representation of color #8CDFF6: hue angle of 193.02º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CDFF6 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 223 | 246 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.04 |
| HSL | 193.02º | 0.85% | 0.76% | - |
| HSV(B) | 193.02º | 0.43% | 0.96% | - |
| XYZ | 53.84 | 65 | 96.9 | - |
| YUV | 200.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 246 | 0.43 | 0.09 | 0 | 0.04 | 193.02 | 0.85 | 0.76 |
| Hex | 8C | DF | F6 | 2B | 9 | 0 | 4 | C1 | 55 | 4C |
| Octal | 214 | 337 | 366 | 53 | 11 | 0 | 4 | 301 | 125 | 114 |
| Binary | 10001100 | 11011111 | 11110110 | 101011 | 1001 | 0 | 100 | 11000001 | 1010101 | 1001100 |
Color Harmonies of #8CDFF6
Complementary color
Monochromatic Colors of #8CDFF6
Black with #8CDFF6
Text Example
Text Example
White with #8CDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFF6; }
p { color: rgb(140,223,246); }
H1.HeaderClassName
{
color: #8CDFF6;
}
.AnyTagClassName
{
color: #8CDFF6;
}
</style>
background-color css
<style>
a { background-color: #8CDFF6; }
a { background-color: rgb(140,223,246); }
div.DivClassName
{
background-color: #8CDFF6;
}
.BgClassName
{
background-color: #8CDFF6;
}
</style>
border-color css
<style>
span { border-color: #8CDFF6; }
span { border-color: rgb(140,223,246); }
td.TdClassName
{
border-color: #8CDFF6;
}
.TagClassName
{
border-color: #8CDFF6;
}
</style>