Shades of Columbia Blue #8BDEFE
Tints of Columbia Blue #8BDEFE
RGB
CMYK
RGB Variations
Color information
#8BDEFE (or 0x8BDEFE) is known color: Columbia Blue. HEX triplet: 8B, DE and FE. RGB value is (139,222,254). Sum of RGB (Red+Green+Blue) = 139+222+254=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEFE is #742101. Grayscale: #C8C8C8. Windows color (decimal): -7610626 or 16703115. OLE color: 16703115.
HSL color Cylindrical-coordinate representation of color #8BDEFE: hue angle of 196.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDEFE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 222 | 254 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.00 |
| HSL | 196.7º | 0.98% | 0.77% | - |
| HSV(B) | 196.7º | 0.45% | 1% | - |
| XYZ | 54.66 | 64.89 | 103.41 | - |
| YUV | 200.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 254 | 0.45 | 0.13 | 0 | 0.00 | 196.7 | 0.98 | 0.77 |
| Hex | 8B | DE | FE | 2D | D | 0 | 0 | C5 | 62 | 4D |
| Octal | 213 | 336 | 376 | 55 | 15 | 0 | 0 | 305 | 142 | 115 |
| Binary | 10001011 | 11011110 | 11111110 | 101101 | 1101 | 0 | 0 | 11000101 | 1100010 | 1001101 |
Color Harmonies of #8BDEFE
Complementary color
Monochromatic Colors of #8BDEFE
Black with #8BDEFE
Text Example
Text Example
White with #8BDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEFE; }
p { color: rgb(139,222,254); }
H1.HeaderClassName
{
color: #8BDEFE;
}
.AnyTagClassName
{
color: #8BDEFE;
}
</style>
background-color css
<style>
a { background-color: #8BDEFE; }
a { background-color: rgb(139,222,254); }
div.DivClassName
{
background-color: #8BDEFE;
}
.BgClassName
{
background-color: #8BDEFE;
}
</style>
border-color css
<style>
span { border-color: #8BDEFE; }
span { border-color: rgb(139,222,254); }
td.TdClassName
{
border-color: #8BDEFE;
}
.TagClassName
{
border-color: #8BDEFE;
}
</style>