Shades of Columbia Blue #8FDCFF
Tints of Columbia Blue #8FDCFF
RGB
CMYK
RGB Variations
Color information
#8FDCFF (or 0x8FDCFF) is known color: Columbia Blue. HEX triplet: 8F, DC and FF. RGB value is (143,220,255). Sum of RGB (Red+Green+Blue) = 143+220+255=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFF is #702300. Grayscale: #C8C8C8. Windows color (decimal): -7348993 or 16768143. OLE color: 16768143.
HSL color Cylindrical-coordinate representation of color #8FDCFF: hue angle of 198.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDCFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 220 | 255 | - |
| CMYK | 0.44 | 0.14 | 0 | 0 |
| HSL | 198.75º | 1% | 0.78% | - |
| HSV(B) | 198.75º | 0.44% | 1% | - |
| XYZ | 54.97 | 64.25 | 104.11 | - |
| YUV | 200.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 255 | 0.44 | 0.14 | 0 | 0 | 198.75 | 1 | 0.78 |
| Hex | 8F | DC | FF | 2C | E | 0 | 0 | C7 | 64 | 4E |
| Octal | 217 | 334 | 377 | 54 | 16 | 0 | 0 | 307 | 144 | 116 |
| Binary | 10001111 | 11011100 | 11111111 | 101100 | 1110 | 0 | 0 | 11000111 | 1100100 | 1001110 |
Color Harmonies of #8FDCFF
Complementary color
Monochromatic Colors of #8FDCFF
Black with #8FDCFF
Text Example
Text Example
White with #8FDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCFF; }
p { color: rgb(143,220,255); }
H1.HeaderClassName
{
color: #8FDCFF;
}
.AnyTagClassName
{
color: #8FDCFF;
}
</style>
background-color css
<style>
a { background-color: #8FDCFF; }
a { background-color: rgb(143,220,255); }
div.DivClassName
{
background-color: #8FDCFF;
}
.BgClassName
{
background-color: #8FDCFF;
}
</style>
border-color css
<style>
span { border-color: #8FDCFF; }
span { border-color: rgb(143,220,255); }
td.TdClassName
{
border-color: #8FDCFF;
}
.TagClassName
{
border-color: #8FDCFF;
}
</style>