Shades of Columbia Blue #8EDFF8
Tints of Columbia Blue #8EDFF8
RGB
CMYK
RGB Variations
Color information
#8EDFF8 (or 0x8EDFF8) is known color: Columbia Blue. HEX triplet: 8E, DF and F8. RGB value is (142,223,248). Sum of RGB (Red+Green+Blue) = 142+223+248=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #8EDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFF8 is #712007. Grayscale: #C9C9C9. Windows color (decimal): -7413768 or 16310158. OLE color: 16310158.
HSL color Cylindrical-coordinate representation of color #8EDFF8: hue angle of 194.15º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDFF8 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 223 | 248 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.03 |
| HSL | 194.15º | 0.88% | 0.76% | - |
| HSV(B) | 194.15º | 0.43% | 0.97% | - |
| XYZ | 54.49 | 65.3 | 98.54 | - |
| YUV | 201.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 248 | 0.43 | 0.10 | 0 | 0.03 | 194.15 | 0.88 | 0.76 |
| Hex | 8E | DF | F8 | 2B | A | 0 | 3 | C2 | 58 | 4C |
| Octal | 216 | 337 | 370 | 53 | 12 | 0 | 3 | 302 | 130 | 114 |
| Binary | 10001110 | 11011111 | 11111000 | 101011 | 1010 | 0 | 11 | 11000010 | 1011000 | 1001100 |
Color Harmonies of #8EDFF8
Complementary color
Monochromatic Colors of #8EDFF8
Black with #8EDFF8
Text Example
Text Example
White with #8EDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFF8; }
p { color: rgb(142,223,248); }
H1.HeaderClassName
{
color: #8EDFF8;
}
.AnyTagClassName
{
color: #8EDFF8;
}
</style>
background-color css
<style>
a { background-color: #8EDFF8; }
a { background-color: rgb(142,223,248); }
div.DivClassName
{
background-color: #8EDFF8;
}
.BgClassName
{
background-color: #8EDFF8;
}
</style>
border-color css
<style>
span { border-color: #8EDFF8; }
span { border-color: rgb(142,223,248); }
td.TdClassName
{
border-color: #8EDFF8;
}
.TagClassName
{
border-color: #8EDFF8;
}
</style>