Shades of Columbia Blue #8FE9FA
Tints of Columbia Blue #8FE9FA
RGB
CMYK
RGB Variations
Color information
#8FE9FA (or 0x8FE9FA) is known color: Columbia Blue. HEX triplet: 8F, E9 and FA. RGB value is (143,233,250). Sum of RGB (Red+Green+Blue) = 143+233+250=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE9FA is #701605. Grayscale: #CFCFCF. Windows color (decimal): -7345670 or 16443791. OLE color: 16443791.
HSL color Cylindrical-coordinate representation of color #8FE9FA: hue angle of 189.53º 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 #8FE9FA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 233 | 250 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.02 |
| HSL | 189.53º | 0.91% | 0.77% | - |
| HSV(B) | 189.53º | 0.43% | 0.98% | - |
| XYZ | 57.72 | 71.02 | 101.11 | - |
| YUV | 208.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 250 | 0.43 | 0.07 | 0 | 0.02 | 189.53 | 0.91 | 0.77 |
| Hex | 8F | E9 | FA | 2B | 7 | 0 | 2 | BE | 5B | 4D |
| Octal | 217 | 351 | 372 | 53 | 7 | 0 | 2 | 276 | 133 | 115 |
| Binary | 10001111 | 11101001 | 11111010 | 101011 | 111 | 0 | 10 | 10111110 | 1011011 | 1001101 |
Color Harmonies of #8FE9FA
Complementary color
Monochromatic Colors of #8FE9FA
Black with #8FE9FA
Text Example
Text Example
White with #8FE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE9FA; }
p { color: rgb(143,233,250); }
H1.HeaderClassName
{
color: #8FE9FA;
}
.AnyTagClassName
{
color: #8FE9FA;
}
</style>
background-color css
<style>
a { background-color: #8FE9FA; }
a { background-color: rgb(143,233,250); }
div.DivClassName
{
background-color: #8FE9FA;
}
.BgClassName
{
background-color: #8FE9FA;
}
</style>
border-color css
<style>
span { border-color: #8FE9FA; }
span { border-color: rgb(143,233,250); }
td.TdClassName
{
border-color: #8FE9FA;
}
.TagClassName
{
border-color: #8FE9FA;
}
</style>