Shades of Columbia Blue #9ADDFA
Tints of Columbia Blue #9ADDFA
RGB
CMYK
RGB Variations
Color information
#9ADDFA (or 0x9ADDFA) is known color: Columbia Blue. HEX triplet: 9A, DD and FA. RGB value is (154,221,250). Sum of RGB (Red+Green+Blue) = 154+221+250=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ADDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFA is #652205. Grayscale: #CCCCCC. Windows color (decimal): -6627846 or 16440730. OLE color: 16440730.
HSL color Cylindrical-coordinate representation of color #9ADDFA: hue angle of 198.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ADDFA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 221 | 250 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.02 |
| HSL | 198.13º | 0.91% | 0.79% | - |
| HSV(B) | 198.13º | 0.38% | 0.98% | - |
| XYZ | 56.44 | 65.49 | 100.11 | - |
| YUV | 204.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 250 | 0.38 | 0.12 | 0 | 0.02 | 198.13 | 0.91 | 0.79 |
| Hex | 9A | DD | FA | 26 | C | 0 | 2 | C6 | 5B | 4F |
| Octal | 232 | 335 | 372 | 46 | 14 | 0 | 2 | 306 | 133 | 117 |
| Binary | 10011010 | 11011101 | 11111010 | 100110 | 1100 | 0 | 10 | 11000110 | 1011011 | 1001111 |
Color Harmonies of #9ADDFA
Complementary color
Monochromatic Colors of #9ADDFA
Black with #9ADDFA
Text Example
Text Example
White with #9ADDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDFA; }
p { color: rgb(154,221,250); }
H1.HeaderClassName
{
color: #9ADDFA;
}
.AnyTagClassName
{
color: #9ADDFA;
}
</style>
background-color css
<style>
a { background-color: #9ADDFA; }
a { background-color: rgb(154,221,250); }
div.DivClassName
{
background-color: #9ADDFA;
}
.BgClassName
{
background-color: #9ADDFA;
}
</style>
border-color css
<style>
span { border-color: #9ADDFA; }
span { border-color: rgb(154,221,250); }
td.TdClassName
{
border-color: #9ADDFA;
}
.TagClassName
{
border-color: #9ADDFA;
}
</style>