Shades of Columbia Blue #8FE0FF
Tints of Columbia Blue #8FE0FF
RGB
CMYK
RGB Variations
Color information
#8FE0FF (or 0x8FE0FF) is known color: Columbia Blue. HEX triplet: 8F, E0 and FF. RGB value is (143,224,255). Sum of RGB (Red+Green+Blue) = 143+224+255=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE0FF is #701F00. Grayscale: #CBCBCB. Windows color (decimal): -7347969 or 16769167. OLE color: 16769167.
HSL color Cylindrical-coordinate representation of color #8FE0FF: hue angle of 196.61º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FE0FF is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 224 | 255 | - |
| CMYK | 0.44 | 0.12 | 0 | 0 |
| HSL | 196.61º | 1% | 0.78% | - |
| HSV(B) | 196.61º | 0.44% | 1% | - |
| XYZ | 56.03 | 66.37 | 104.47 | - |
| YUV | 203.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 255 | 0.44 | 0.12 | 0 | 0 | 196.61 | 1 | 0.78 |
| Hex | 8F | E0 | FF | 2C | C | 0 | 0 | C5 | 64 | 4E |
| Octal | 217 | 340 | 377 | 54 | 14 | 0 | 0 | 305 | 144 | 116 |
| Binary | 10001111 | 11100000 | 11111111 | 101100 | 1100 | 0 | 0 | 11000101 | 1100100 | 1001110 |
Color Harmonies of #8FE0FF
Complementary color
Monochromatic Colors of #8FE0FF
Black with #8FE0FF
Text Example
Text Example
White with #8FE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0FF; }
p { color: rgb(143,224,255); }
H1.HeaderClassName
{
color: #8FE0FF;
}
.AnyTagClassName
{
color: #8FE0FF;
}
</style>
background-color css
<style>
a { background-color: #8FE0FF; }
a { background-color: rgb(143,224,255); }
div.DivClassName
{
background-color: #8FE0FF;
}
.BgClassName
{
background-color: #8FE0FF;
}
</style>
border-color css
<style>
span { border-color: #8FE0FF; }
span { border-color: rgb(143,224,255); }
td.TdClassName
{
border-color: #8FE0FF;
}
.TagClassName
{
border-color: #8FE0FF;
}
</style>