Shades of Columbia Blue #8FDCFD
Tints of Columbia Blue #8FDCFD
RGB
CMYK
RGB Variations
Color information
#8FDCFD (or 0x8FDCFD) is known color: Columbia Blue. HEX triplet: 8F, DC and FD. RGB value is (143,220,253). Sum of RGB (Red+Green+Blue) = 143+220+253=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFD is #702302. Grayscale: #C8C8C8. Windows color (decimal): -7348995 or 16637071. OLE color: 16637071.
HSL color Cylindrical-coordinate representation of color #8FDCFD: hue angle of 198º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDCFD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 220 | 253 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198º | 0.96% | 0.78% | - |
| HSV(B) | 198º | 0.43% | 0.99% | - |
| XYZ | 54.65 | 64.12 | 102.42 | - |
| YUV | 200.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 253 | 0.43 | 0.13 | 0 | 0.01 | 198 | 0.96 | 0.78 |
| Hex | 8F | DC | FD | 2B | D | 0 | 1 | C6 | 60 | 4E |
| Octal | 217 | 334 | 375 | 53 | 15 | 0 | 1 | 306 | 140 | 116 |
| Binary | 10001111 | 11011100 | 11111101 | 101011 | 1101 | 0 | 1 | 11000110 | 1100000 | 1001110 |
Color Harmonies of #8FDCFD
Complementary color
Monochromatic Colors of #8FDCFD
Black with #8FDCFD
Text Example
Text Example
White with #8FDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCFD; }
p { color: rgb(143,220,253); }
H1.HeaderClassName
{
color: #8FDCFD;
}
.AnyTagClassName
{
color: #8FDCFD;
}
</style>
background-color css
<style>
a { background-color: #8FDCFD; }
a { background-color: rgb(143,220,253); }
div.DivClassName
{
background-color: #8FDCFD;
}
.BgClassName
{
background-color: #8FDCFD;
}
</style>
border-color css
<style>
span { border-color: #8FDCFD; }
span { border-color: rgb(143,220,253); }
td.TdClassName
{
border-color: #8FDCFD;
}
.TagClassName
{
border-color: #8FDCFD;
}
</style>