Shades of Columbia Blue #8FDDFE
Tints of Columbia Blue #8FDDFE
RGB
CMYK
RGB Variations
Color information
#8FDDFE (or 0x8FDDFE) is known color: Columbia Blue. HEX triplet: 8F, DD and FE. RGB value is (143,221,254). Sum of RGB (Red+Green+Blue) = 143+221+254=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDFE is #702201. Grayscale: #C9C9C9. Windows color (decimal): -7348738 or 16702863. OLE color: 16702863.
HSL color Cylindrical-coordinate representation of color #8FDDFE: hue angle of 197.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDDFE is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 221 | 254 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.00 |
| HSL | 197.84º | 0.98% | 0.78% | - |
| HSV(B) | 197.84º | 0.44% | 1% | - |
| XYZ | 55.07 | 64.71 | 103.35 | - |
| YUV | 201.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 254 | 0.44 | 0.13 | 0 | 0.00 | 197.84 | 0.98 | 0.78 |
| Hex | 8F | DD | FE | 2C | D | 0 | 0 | C6 | 62 | 4E |
| Octal | 217 | 335 | 376 | 54 | 15 | 0 | 0 | 306 | 142 | 116 |
| Binary | 10001111 | 11011101 | 11111110 | 101100 | 1101 | 0 | 0 | 11000110 | 1100010 | 1001110 |
Color Harmonies of #8FDDFE
Complementary color
Monochromatic Colors of #8FDDFE
Black with #8FDDFE
Text Example
Text Example
White with #8FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDFE; }
p { color: rgb(143,221,254); }
H1.HeaderClassName
{
color: #8FDDFE;
}
.AnyTagClassName
{
color: #8FDDFE;
}
</style>
background-color css
<style>
a { background-color: #8FDDFE; }
a { background-color: rgb(143,221,254); }
div.DivClassName
{
background-color: #8FDDFE;
}
.BgClassName
{
background-color: #8FDDFE;
}
</style>
border-color css
<style>
span { border-color: #8FDDFE; }
span { border-color: rgb(143,221,254); }
td.TdClassName
{
border-color: #8FDDFE;
}
.TagClassName
{
border-color: #8FDDFE;
}
</style>