Shades of Columbia Blue #8EDFF9
Tints of Columbia Blue #8EDFF9
RGB
CMYK
RGB Variations
Color information
#8EDFF9 (or 0x8EDFF9) is known color: Columbia Blue. HEX triplet: 8E, DF and F9. RGB value is (142,223,249). Sum of RGB (Red+Green+Blue) = 142+223+249=614 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.13% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFF9 is #712006. Grayscale: #C9C9C9. Windows color (decimal): -7413767 or 16375694. OLE color: 16375694.
HSL color Cylindrical-coordinate representation of color #8EDFF9: hue angle of 194.58º 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 #8EDFF9 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 223 | 249 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.02 |
| HSL | 194.58º | 0.9% | 0.77% | - |
| HSV(B) | 194.58º | 0.43% | 0.98% | - |
| XYZ | 54.64 | 65.37 | 99.36 | - |
| YUV | 201.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 249 | 0.43 | 0.10 | 0 | 0.02 | 194.58 | 0.9 | 0.77 |
| Hex | 8E | DF | F9 | 2B | A | 0 | 2 | C3 | 5A | 4D |
| Octal | 216 | 337 | 371 | 53 | 12 | 0 | 2 | 303 | 132 | 115 |
| Binary | 10001110 | 11011111 | 11111001 | 101011 | 1010 | 0 | 10 | 11000011 | 1011010 | 1001101 |
Color Harmonies of #8EDFF9
Complementary color
Monochromatic Colors of #8EDFF9
Black with #8EDFF9
Text Example
Text Example
White with #8EDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFF9; }
p { color: rgb(142,223,249); }
H1.HeaderClassName
{
color: #8EDFF9;
}
.AnyTagClassName
{
color: #8EDFF9;
}
</style>
background-color css
<style>
a { background-color: #8EDFF9; }
a { background-color: rgb(142,223,249); }
div.DivClassName
{
background-color: #8EDFF9;
}
.BgClassName
{
background-color: #8EDFF9;
}
</style>
border-color css
<style>
span { border-color: #8EDFF9; }
span { border-color: rgb(142,223,249); }
td.TdClassName
{
border-color: #8EDFF9;
}
.TagClassName
{
border-color: #8EDFF9;
}
</style>