Shades of Columbia Blue #8BDFFD
Tints of Columbia Blue #8BDFFD
RGB
CMYK
RGB Variations
Color information
#8BDFFD (or 0x8BDFFD) is known color: Columbia Blue. HEX triplet: 8B, DF and FD. RGB value is (139,223,253). Sum of RGB (Red+Green+Blue) = 139+223+253=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFFD is #742002. Grayscale: #C9C9C9. Windows color (decimal): -7610371 or 16637835. OLE color: 16637835.
HSL color Cylindrical-coordinate representation of color #8BDFFD: hue angle of 195.79º 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 #8BDFFD is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 223 | 253 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.01 |
| HSL | 195.79º | 0.97% | 0.77% | - |
| HSV(B) | 195.79º | 0.45% | 0.99% | - |
| XYZ | 54.76 | 65.36 | 102.66 | - |
| YUV | 201.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 253 | 0.45 | 0.12 | 0 | 0.01 | 195.79 | 0.97 | 0.77 |
| Hex | 8B | DF | FD | 2D | C | 0 | 1 | C4 | 61 | 4D |
| Octal | 213 | 337 | 375 | 55 | 14 | 0 | 1 | 304 | 141 | 115 |
| Binary | 10001011 | 11011111 | 11111101 | 101101 | 1100 | 0 | 1 | 11000100 | 1100001 | 1001101 |
Color Harmonies of #8BDFFD
Complementary color
Monochromatic Colors of #8BDFFD
Black with #8BDFFD
Text Example
Text Example
White with #8BDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFFD; }
p { color: rgb(139,223,253); }
H1.HeaderClassName
{
color: #8BDFFD;
}
.AnyTagClassName
{
color: #8BDFFD;
}
</style>
background-color css
<style>
a { background-color: #8BDFFD; }
a { background-color: rgb(139,223,253); }
div.DivClassName
{
background-color: #8BDFFD;
}
.BgClassName
{
background-color: #8BDFFD;
}
</style>
border-color css
<style>
span { border-color: #8BDFFD; }
span { border-color: rgb(139,223,253); }
td.TdClassName
{
border-color: #8BDFFD;
}
.TagClassName
{
border-color: #8BDFFD;
}
</style>