Shades of Columbia Blue #8AE5FA
Tints of Columbia Blue #8AE5FA
RGB
CMYK
RGB Variations
Color information
#8AE5FA (or 0x8AE5FA) is known color: Columbia Blue. HEX triplet: 8A, E5 and FA. RGB value is (138,229,250). Sum of RGB (Red+Green+Blue) = 138+229+250=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5FA is #751A05. Grayscale: #CCCCCC. Windows color (decimal): -7674374 or 16442762. OLE color: 16442762.
HSL color Cylindrical-coordinate representation of color #8AE5FA: hue angle of 191.25º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AE5FA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 229 | 250 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.02 |
| HSL | 191.25º | 0.92% | 0.76% | - |
| HSV(B) | 191.25º | 0.45% | 0.98% | - |
| XYZ | 55.76 | 68.34 | 100.7 | - |
| YUV | 204.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 250 | 0.45 | 0.08 | 0 | 0.02 | 191.25 | 0.92 | 0.76 |
| Hex | 8A | E5 | FA | 2D | 8 | 0 | 2 | BF | 5C | 4C |
| Octal | 212 | 345 | 372 | 55 | 10 | 0 | 2 | 277 | 134 | 114 |
| Binary | 10001010 | 11100101 | 11111010 | 101101 | 1000 | 0 | 10 | 10111111 | 1011100 | 1001100 |
Color Harmonies of #8AE5FA
Complementary color
Monochromatic Colors of #8AE5FA
Black with #8AE5FA
Text Example
Text Example
White with #8AE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5FA; }
p { color: rgb(138,229,250); }
H1.HeaderClassName
{
color: #8AE5FA;
}
.AnyTagClassName
{
color: #8AE5FA;
}
</style>
background-color css
<style>
a { background-color: #8AE5FA; }
a { background-color: rgb(138,229,250); }
div.DivClassName
{
background-color: #8AE5FA;
}
.BgClassName
{
background-color: #8AE5FA;
}
</style>
border-color css
<style>
span { border-color: #8AE5FA; }
span { border-color: rgb(138,229,250); }
td.TdClassName
{
border-color: #8AE5FA;
}
.TagClassName
{
border-color: #8AE5FA;
}
</style>