Shades of Columbia Blue #8FDDF8
Tints of Columbia Blue #8FDDF8
RGB
CMYK
RGB Variations
Color information
#8FDDF8 (or 0x8FDDF8) is known color: Columbia Blue. HEX triplet: 8F, DD and F8. RGB value is (143,221,248). Sum of RGB (Red+Green+Blue) = 143+221+248=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDF8 is #702207. Grayscale: #C8C8C8. Windows color (decimal): -7348744 or 16309647. OLE color: 16309647.
HSL color Cylindrical-coordinate representation of color #8FDDF8: hue angle of 195.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDDF8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 221 | 248 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.03 |
| HSL | 195.43º | 0.88% | 0.77% | - |
| HSV(B) | 195.43º | 0.42% | 0.97% | - |
| XYZ | 54.13 | 64.33 | 98.37 | - |
| YUV | 200.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 248 | 0.42 | 0.11 | 0 | 0.03 | 195.43 | 0.88 | 0.77 |
| Hex | 8F | DD | F8 | 2A | B | 0 | 3 | C3 | 58 | 4D |
| Octal | 217 | 335 | 370 | 52 | 13 | 0 | 3 | 303 | 130 | 115 |
| Binary | 10001111 | 11011101 | 11111000 | 101010 | 1011 | 0 | 11 | 11000011 | 1011000 | 1001101 |
Color Harmonies of #8FDDF8
Complementary color
Monochromatic Colors of #8FDDF8
Black with #8FDDF8
Text Example
Text Example
White with #8FDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDF8; }
p { color: rgb(143,221,248); }
H1.HeaderClassName
{
color: #8FDDF8;
}
.AnyTagClassName
{
color: #8FDDF8;
}
</style>
background-color css
<style>
a { background-color: #8FDDF8; }
a { background-color: rgb(143,221,248); }
div.DivClassName
{
background-color: #8FDDF8;
}
.BgClassName
{
background-color: #8FDDF8;
}
</style>
border-color css
<style>
span { border-color: #8FDDF8; }
span { border-color: rgb(143,221,248); }
td.TdClassName
{
border-color: #8FDDF8;
}
.TagClassName
{
border-color: #8FDDF8;
}
</style>