Shades of Columbia Blue #8DDEF9
Tints of Columbia Blue #8DDEF9
RGB
CMYK
RGB Variations
Color information
#8DDEF9 (or 0x8DDEF9) is known color: Columbia Blue. HEX triplet: 8D, DE and F9. RGB value is (141,222,249). Sum of RGB (Red+Green+Blue) = 141+222+249=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DDEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEF9 is #722106. Grayscale: #C8C8C8. Windows color (decimal): -7479559 or 16375437. OLE color: 16375437.
HSL color Cylindrical-coordinate representation of color #8DDEF9: hue angle of 195º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDEF9 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 222 | 249 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.02 |
| HSL | 195º | 0.9% | 0.76% | - |
| HSV(B) | 195º | 0.43% | 0.98% | - |
| XYZ | 54.2 | 64.74 | 99.26 | - |
| YUV | 200.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 249 | 0.43 | 0.11 | 0 | 0.02 | 195 | 0.9 | 0.76 |
| Hex | 8D | DE | F9 | 2B | B | 0 | 2 | C3 | 5A | 4C |
| Octal | 215 | 336 | 371 | 53 | 13 | 0 | 2 | 303 | 132 | 114 |
| Binary | 10001101 | 11011110 | 11111001 | 101011 | 1011 | 0 | 10 | 11000011 | 1011010 | 1001100 |
Color Harmonies of #8DDEF9
Complementary color
Monochromatic Colors of #8DDEF9
Black with #8DDEF9
Text Example
Text Example
White with #8DDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEF9; }
p { color: rgb(141,222,249); }
H1.HeaderClassName
{
color: #8DDEF9;
}
.AnyTagClassName
{
color: #8DDEF9;
}
</style>
background-color css
<style>
a { background-color: #8DDEF9; }
a { background-color: rgb(141,222,249); }
div.DivClassName
{
background-color: #8DDEF9;
}
.BgClassName
{
background-color: #8DDEF9;
}
</style>
border-color css
<style>
span { border-color: #8DDEF9; }
span { border-color: rgb(141,222,249); }
td.TdClassName
{
border-color: #8DDEF9;
}
.TagClassName
{
border-color: #8DDEF9;
}
</style>