Shades of Columbia Blue #8DDFFD
Tints of Columbia Blue #8DDFFD
RGB
CMYK
RGB Variations
Color information
#8DDFFD (or 0x8DDFFD) is known color: Columbia Blue. HEX triplet: 8D, DF and FD. RGB value is (141,223,253). Sum of RGB (Red+Green+Blue) = 141+223+253=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFD is #722002. Grayscale: #C9C9C9. Windows color (decimal): -7479299 or 16637837. OLE color: 16637837.
HSL color Cylindrical-coordinate representation of color #8DDFFD: hue angle of 196.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDFFD is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 223 | 253 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.01 |
| HSL | 196.07º | 0.97% | 0.77% | - |
| HSV(B) | 196.07º | 0.44% | 0.99% | - |
| XYZ | 55.1 | 65.53 | 102.67 | - |
| YUV | 201.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 253 | 0.44 | 0.12 | 0 | 0.01 | 196.07 | 0.97 | 0.77 |
| Hex | 8D | DF | FD | 2C | C | 0 | 1 | C4 | 61 | 4D |
| Octal | 215 | 337 | 375 | 54 | 14 | 0 | 1 | 304 | 141 | 115 |
| Binary | 10001101 | 11011111 | 11111101 | 101100 | 1100 | 0 | 1 | 11000100 | 1100001 | 1001101 |
Color Harmonies of #8DDFFD
Complementary color
Monochromatic Colors of #8DDFFD
Black with #8DDFFD
Text Example
Text Example
White with #8DDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFFD; }
p { color: rgb(141,223,253); }
H1.HeaderClassName
{
color: #8DDFFD;
}
.AnyTagClassName
{
color: #8DDFFD;
}
</style>
background-color css
<style>
a { background-color: #8DDFFD; }
a { background-color: rgb(141,223,253); }
div.DivClassName
{
background-color: #8DDFFD;
}
.BgClassName
{
background-color: #8DDFFD;
}
</style>
border-color css
<style>
span { border-color: #8DDFFD; }
span { border-color: rgb(141,223,253); }
td.TdClassName
{
border-color: #8DDFFD;
}
.TagClassName
{
border-color: #8DDFFD;
}
</style>