Shades of Columbia Blue #8ADFFA
Tints of Columbia Blue #8ADFFA
RGB
CMYK
RGB Variations
Color information
#8ADFFA (or 0x8ADFFA) is known color: Columbia Blue. HEX triplet: 8A, DF and FA. RGB value is (138,223,250). Sum of RGB (Red+Green+Blue) = 138+223+250=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFFA is #752005. Grayscale: #C8C8C8. Windows color (decimal): -7675910 or 16441226. OLE color: 16441226.
HSL color Cylindrical-coordinate representation of color #8ADFFA: hue angle of 194.46º 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 #8ADFFA is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 223 | 250 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.02 |
| HSL | 194.46º | 0.92% | 0.76% | - |
| HSV(B) | 194.46º | 0.45% | 0.98% | - |
| XYZ | 54.12 | 65.08 | 100.15 | - |
| YUV | 200.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 250 | 0.45 | 0.11 | 0 | 0.02 | 194.46 | 0.92 | 0.76 |
| Hex | 8A | DF | FA | 2D | B | 0 | 2 | C2 | 5C | 4C |
| Octal | 212 | 337 | 372 | 55 | 13 | 0 | 2 | 302 | 134 | 114 |
| Binary | 10001010 | 11011111 | 11111010 | 101101 | 1011 | 0 | 10 | 11000010 | 1011100 | 1001100 |
Color Harmonies of #8ADFFA
Complementary color
Monochromatic Colors of #8ADFFA
Black with #8ADFFA
Text Example
Text Example
White with #8ADFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFFA; }
p { color: rgb(138,223,250); }
H1.HeaderClassName
{
color: #8ADFFA;
}
.AnyTagClassName
{
color: #8ADFFA;
}
</style>
background-color css
<style>
a { background-color: #8ADFFA; }
a { background-color: rgb(138,223,250); }
div.DivClassName
{
background-color: #8ADFFA;
}
.BgClassName
{
background-color: #8ADFFA;
}
</style>
border-color css
<style>
span { border-color: #8ADFFA; }
span { border-color: rgb(138,223,250); }
td.TdClassName
{
border-color: #8ADFFA;
}
.TagClassName
{
border-color: #8ADFFA;
}
</style>