Shades of Columbia Blue #8ADDFE
Tints of Columbia Blue #8ADDFE
RGB
CMYK
RGB Variations
Color information
#8ADDFE (or 0x8ADDFE) is known color: Columbia Blue. HEX triplet: 8A, DD and FE. RGB value is (138,221,254). Sum of RGB (Red+Green+Blue) = 138+221+254=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ADDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDFE is #752201. Grayscale: #C7C7C7. Windows color (decimal): -7676418 or 16702858. OLE color: 16702858.
HSL color Cylindrical-coordinate representation of color #8ADDFE: hue angle of 197.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADDFE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 221 | 254 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.00 |
| HSL | 197.07º | 0.98% | 0.77% | - |
| HSV(B) | 197.07º | 0.46% | 1% | - |
| XYZ | 54.23 | 64.27 | 103.31 | - |
| YUV | 199.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 254 | 0.46 | 0.13 | 0 | 0.00 | 197.07 | 0.98 | 0.77 |
| Hex | 8A | DD | FE | 2E | D | 0 | 0 | C5 | 62 | 4D |
| Octal | 212 | 335 | 376 | 56 | 15 | 0 | 0 | 305 | 142 | 115 |
| Binary | 10001010 | 11011101 | 11111110 | 101110 | 1101 | 0 | 0 | 11000101 | 1100010 | 1001101 |
Color Harmonies of #8ADDFE
Complementary color
Monochromatic Colors of #8ADDFE
Black with #8ADDFE
Text Example
Text Example
White with #8ADDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDFE; }
p { color: rgb(138,221,254); }
H1.HeaderClassName
{
color: #8ADDFE;
}
.AnyTagClassName
{
color: #8ADDFE;
}
</style>
background-color css
<style>
a { background-color: #8ADDFE; }
a { background-color: rgb(138,221,254); }
div.DivClassName
{
background-color: #8ADDFE;
}
.BgClassName
{
background-color: #8ADDFE;
}
</style>
border-color css
<style>
span { border-color: #8ADDFE; }
span { border-color: rgb(138,221,254); }
td.TdClassName
{
border-color: #8ADDFE;
}
.TagClassName
{
border-color: #8ADDFE;
}
</style>