Shades of Columbia Blue #8FDDF9
Tints of Columbia Blue #8FDDF9
RGB
CMYK
RGB Variations
Color information
#8FDDF9 (or 0x8FDDF9) is known color: Columbia Blue. HEX triplet: 8F, DD and F9. RGB value is (143,221,249). Sum of RGB (Red+Green+Blue) = 143+221+249=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDF9 is #702206. Grayscale: #C8C8C8. Windows color (decimal): -7348743 or 16375183. OLE color: 16375183.
HSL color Cylindrical-coordinate representation of color #8FDDF9: hue angle of 195.85º degrees, saturation: 0.9, 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 #8FDDF9 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 221 | 249 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.02 |
| HSL | 195.85º | 0.9% | 0.77% | - |
| HSV(B) | 195.85º | 0.43% | 0.98% | - |
| XYZ | 54.28 | 64.39 | 99.19 | - |
| YUV | 200.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 249 | 0.43 | 0.11 | 0 | 0.02 | 195.85 | 0.9 | 0.77 |
| Hex | 8F | DD | F9 | 2B | B | 0 | 2 | C4 | 5A | 4D |
| Octal | 217 | 335 | 371 | 53 | 13 | 0 | 2 | 304 | 132 | 115 |
| Binary | 10001111 | 11011101 | 11111001 | 101011 | 1011 | 0 | 10 | 11000100 | 1011010 | 1001101 |
Color Harmonies of #8FDDF9
Complementary color
Monochromatic Colors of #8FDDF9
Black with #8FDDF9
Text Example
Text Example
White with #8FDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDF9; }
p { color: rgb(143,221,249); }
H1.HeaderClassName
{
color: #8FDDF9;
}
.AnyTagClassName
{
color: #8FDDF9;
}
</style>
background-color css
<style>
a { background-color: #8FDDF9; }
a { background-color: rgb(143,221,249); }
div.DivClassName
{
background-color: #8FDDF9;
}
.BgClassName
{
background-color: #8FDDF9;
}
</style>
border-color css
<style>
span { border-color: #8FDDF9; }
span { border-color: rgb(143,221,249); }
td.TdClassName
{
border-color: #8FDDF9;
}
.TagClassName
{
border-color: #8FDDF9;
}
</style>