Shades of Columbia Blue #8FE5FA
Tints of Columbia Blue #8FE5FA
RGB
CMYK
RGB Variations
Color information
#8FE5FA (or 0x8FE5FA) is known color: Columbia Blue. HEX triplet: 8F, E5 and FA. RGB value is (143,229,250). Sum of RGB (Red+Green+Blue) = 143+229+250=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5FA is #701A05. Grayscale: #CDCDCD. Windows color (decimal): -7346694 or 16442767. OLE color: 16442767.
HSL color Cylindrical-coordinate representation of color #8FE5FA: hue angle of 191.78º degrees, saturation: 0.91, 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 #8FE5FA is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 229 | 250 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.02 |
| HSL | 191.78º | 0.91% | 0.77% | - |
| HSV(B) | 191.78º | 0.43% | 0.98% | - |
| XYZ | 56.6 | 68.78 | 100.74 | - |
| YUV | 205.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 250 | 0.43 | 0.08 | 0 | 0.02 | 191.78 | 0.91 | 0.77 |
| Hex | 8F | E5 | FA | 2B | 8 | 0 | 2 | C0 | 5B | 4D |
| Octal | 217 | 345 | 372 | 53 | 10 | 0 | 2 | 300 | 133 | 115 |
| Binary | 10001111 | 11100101 | 11111010 | 101011 | 1000 | 0 | 10 | 11000000 | 1011011 | 1001101 |
Color Harmonies of #8FE5FA
Complementary color
Monochromatic Colors of #8FE5FA
Black with #8FE5FA
Text Example
Text Example
White with #8FE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5FA; }
p { color: rgb(143,229,250); }
H1.HeaderClassName
{
color: #8FE5FA;
}
.AnyTagClassName
{
color: #8FE5FA;
}
</style>
background-color css
<style>
a { background-color: #8FE5FA; }
a { background-color: rgb(143,229,250); }
div.DivClassName
{
background-color: #8FE5FA;
}
.BgClassName
{
background-color: #8FE5FA;
}
</style>
border-color css
<style>
span { border-color: #8FE5FA; }
span { border-color: rgb(143,229,250); }
td.TdClassName
{
border-color: #8FE5FA;
}
.TagClassName
{
border-color: #8FE5FA;
}
</style>