Shades of Columbia Blue #8FDDFF
Tints of Columbia Blue #8FDDFF
RGB
CMYK
RGB Variations
Color information
#8FDDFF (or 0x8FDDFF) is known color: Columbia Blue. HEX triplet: 8F, DD and FF. RGB value is (143,221,255). Sum of RGB (Red+Green+Blue) = 143+221+255=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDFF is #702200. Grayscale: #C9C9C9. Windows color (decimal): -7348737 or 16768399. OLE color: 16768399.
HSL color Cylindrical-coordinate representation of color #8FDDFF: hue angle of 198.21º 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 #8FDDFF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 221 | 255 | - |
| CMYK | 0.44 | 0.13 | 0 | 0 |
| HSL | 198.21º | 1% | 0.78% | - |
| HSV(B) | 198.21º | 0.44% | 1% | - |
| XYZ | 55.23 | 64.77 | 104.2 | - |
| YUV | 201.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 255 | 0.44 | 0.13 | 0 | 0 | 198.21 | 1 | 0.78 |
| Hex | 8F | DD | FF | 2C | D | 0 | 0 | C6 | 64 | 4E |
| Octal | 217 | 335 | 377 | 54 | 15 | 0 | 0 | 306 | 144 | 116 |
| Binary | 10001111 | 11011101 | 11111111 | 101100 | 1101 | 0 | 0 | 11000110 | 1100100 | 1001110 |
Color Harmonies of #8FDDFF
Complementary color
Monochromatic Colors of #8FDDFF
Black with #8FDDFF
Text Example
Text Example
White with #8FDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDFF; }
p { color: rgb(143,221,255); }
H1.HeaderClassName
{
color: #8FDDFF;
}
.AnyTagClassName
{
color: #8FDDFF;
}
</style>
background-color css
<style>
a { background-color: #8FDDFF; }
a { background-color: rgb(143,221,255); }
div.DivClassName
{
background-color: #8FDDFF;
}
.BgClassName
{
background-color: #8FDDFF;
}
</style>
border-color css
<style>
span { border-color: #8FDDFF; }
span { border-color: rgb(143,221,255); }
td.TdClassName
{
border-color: #8FDDFF;
}
.TagClassName
{
border-color: #8FDDFF;
}
</style>