Shades of Columbia Blue #8ADEF9
Tints of Columbia Blue #8ADEF9
RGB
CMYK
RGB Variations
Color information
#8ADEF9 (or 0x8ADEF9) is known color: Columbia Blue. HEX triplet: 8A, DE and F9. RGB value is (138,222,249). Sum of RGB (Red+Green+Blue) = 138+222+249=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #8ADEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEF9 is #752106. Grayscale: #C7C7C7. Windows color (decimal): -7676167 or 16375434. OLE color: 16375434.
HSL color Cylindrical-coordinate representation of color #8ADEF9: hue angle of 194.59º degrees, saturation: 0.9, 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 #8ADEF9 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 222 | 249 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.02 |
| HSL | 194.59º | 0.9% | 0.76% | - |
| HSV(B) | 194.59º | 0.45% | 0.98% | - |
| XYZ | 53.7 | 64.49 | 99.24 | - |
| YUV | 199.96 | 155.67 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 249 | 0.45 | 0.11 | 0 | 0.02 | 194.59 | 0.9 | 0.76 |
| Hex | 8A | DE | F9 | 2D | B | 0 | 2 | C3 | 5A | 4C |
| Octal | 212 | 336 | 371 | 55 | 13 | 0 | 2 | 303 | 132 | 114 |
| Binary | 10001010 | 11011110 | 11111001 | 101101 | 1011 | 0 | 10 | 11000011 | 1011010 | 1001100 |
Color Harmonies of #8ADEF9
Complementary color
Monochromatic Colors of #8ADEF9
Black with #8ADEF9
Text Example
Text Example
White with #8ADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEF9; }
p { color: rgb(138,222,249); }
H1.HeaderClassName
{
color: #8ADEF9;
}
.AnyTagClassName
{
color: #8ADEF9;
}
</style>
background-color css
<style>
a { background-color: #8ADEF9; }
a { background-color: rgb(138,222,249); }
div.DivClassName
{
background-color: #8ADEF9;
}
.BgClassName
{
background-color: #8ADEF9;
}
</style>
border-color css
<style>
span { border-color: #8ADEF9; }
span { border-color: rgb(138,222,249); }
td.TdClassName
{
border-color: #8ADEF9;
}
.TagClassName
{
border-color: #8ADEF9;
}
</style>