Shades of Columbia Blue #8BE5FD
Tints of Columbia Blue #8BE5FD
RGB
CMYK
RGB Variations
Color information
#8BE5FD (or 0x8BE5FD) is known color: Columbia Blue. HEX triplet: 8B, E5 and FD. RGB value is (139,229,253). Sum of RGB (Red+Green+Blue) = 139+229+253=621 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.38% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5FD is #741A02. Grayscale: #CCCCCC. Windows color (decimal): -7608835 or 16639371. OLE color: 16639371.
HSL color Cylindrical-coordinate representation of color #8BE5FD: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE5FD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 229 | 253 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.01 |
| HSL | 192.63º | 0.97% | 0.77% | - |
| HSV(B) | 192.63º | 0.45% | 0.99% | - |
| XYZ | 56.4 | 68.62 | 103.2 | - |
| YUV | 204.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 253 | 0.45 | 0.09 | 0 | 0.01 | 192.63 | 0.97 | 0.77 |
| Hex | 8B | E5 | FD | 2D | 9 | 0 | 1 | C1 | 61 | 4D |
| Octal | 213 | 345 | 375 | 55 | 11 | 0 | 1 | 301 | 141 | 115 |
| Binary | 10001011 | 11100101 | 11111101 | 101101 | 1001 | 0 | 1 | 11000001 | 1100001 | 1001101 |
Color Harmonies of #8BE5FD
Complementary color
Monochromatic Colors of #8BE5FD
Black with #8BE5FD
Text Example
Text Example
White with #8BE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5FD; }
p { color: rgb(139,229,253); }
H1.HeaderClassName
{
color: #8BE5FD;
}
.AnyTagClassName
{
color: #8BE5FD;
}
</style>
background-color css
<style>
a { background-color: #8BE5FD; }
a { background-color: rgb(139,229,253); }
div.DivClassName
{
background-color: #8BE5FD;
}
.BgClassName
{
background-color: #8BE5FD;
}
</style>
border-color css
<style>
span { border-color: #8BE5FD; }
span { border-color: rgb(139,229,253); }
td.TdClassName
{
border-color: #8BE5FD;
}
.TagClassName
{
border-color: #8BE5FD;
}
</style>