Shades of Columbia Blue #8FDDFA
Tints of Columbia Blue #8FDDFA
RGB
CMYK
RGB Variations
Color information
#8FDDFA (or 0x8FDDFA) is known color: Columbia Blue. HEX triplet: 8F, DD and FA. RGB value is (143,221,250). Sum of RGB (Red+Green+Blue) = 143+221+250=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDFA is #702205. Grayscale: #C8C8C8. Windows color (decimal): -7348742 or 16440719. OLE color: 16440719.
HSL color Cylindrical-coordinate representation of color #8FDDFA: hue angle of 196.26º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDDFA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 221 | 250 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.02 |
| HSL | 196.26º | 0.91% | 0.77% | - |
| HSV(B) | 196.26º | 0.43% | 0.98% | - |
| XYZ | 54.44 | 64.45 | 100.01 | - |
| YUV | 200.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 250 | 0.43 | 0.12 | 0 | 0.02 | 196.26 | 0.91 | 0.77 |
| Hex | 8F | DD | FA | 2B | C | 0 | 2 | C4 | 5B | 4D |
| Octal | 217 | 335 | 372 | 53 | 14 | 0 | 2 | 304 | 133 | 115 |
| Binary | 10001111 | 11011101 | 11111010 | 101011 | 1100 | 0 | 10 | 11000100 | 1011011 | 1001101 |
Color Harmonies of #8FDDFA
Complementary color
Monochromatic Colors of #8FDDFA
Black with #8FDDFA
Text Example
Text Example
White with #8FDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDFA; }
p { color: rgb(143,221,250); }
H1.HeaderClassName
{
color: #8FDDFA;
}
.AnyTagClassName
{
color: #8FDDFA;
}
</style>
background-color css
<style>
a { background-color: #8FDDFA; }
a { background-color: rgb(143,221,250); }
div.DivClassName
{
background-color: #8FDDFA;
}
.BgClassName
{
background-color: #8FDDFA;
}
</style>
border-color css
<style>
span { border-color: #8FDDFA; }
span { border-color: rgb(143,221,250); }
td.TdClassName
{
border-color: #8FDDFA;
}
.TagClassName
{
border-color: #8FDDFA;
}
</style>