Shades of Columbia Blue #9ADBFA
Tints of Columbia Blue #9ADBFA
RGB
CMYK
RGB Variations
Color information
#9ADBFA (or 0x9ADBFA) is known color: Columbia Blue. HEX triplet: 9A, DB and FA. RGB value is (154,219,250). Sum of RGB (Red+Green+Blue) = 154+219+250=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ADBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBFA is #652405. Grayscale: #CACACA. Windows color (decimal): -6628358 or 16440218. OLE color: 16440218.
HSL color Cylindrical-coordinate representation of color #9ADBFA: hue angle of 199.38º 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 #9ADBFA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 219 | 250 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.02 |
| HSL | 199.38º | 0.91% | 0.79% | - |
| HSV(B) | 199.38º | 0.38% | 0.98% | - |
| XYZ | 55.91 | 64.44 | 99.93 | - |
| YUV | 203.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 250 | 0.38 | 0.12 | 0 | 0.02 | 199.38 | 0.91 | 0.79 |
| Hex | 9A | DB | FA | 26 | C | 0 | 2 | C7 | 5B | 4F |
| Octal | 232 | 333 | 372 | 46 | 14 | 0 | 2 | 307 | 133 | 117 |
| Binary | 10011010 | 11011011 | 11111010 | 100110 | 1100 | 0 | 10 | 11000111 | 1011011 | 1001111 |
Color Harmonies of #9ADBFA
Complementary color
Monochromatic Colors of #9ADBFA
Black with #9ADBFA
Text Example
Text Example
White with #9ADBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBFA; }
p { color: rgb(154,219,250); }
H1.HeaderClassName
{
color: #9ADBFA;
}
.AnyTagClassName
{
color: #9ADBFA;
}
</style>
background-color css
<style>
a { background-color: #9ADBFA; }
a { background-color: rgb(154,219,250); }
div.DivClassName
{
background-color: #9ADBFA;
}
.BgClassName
{
background-color: #9ADBFA;
}
</style>
border-color css
<style>
span { border-color: #9ADBFA; }
span { border-color: rgb(154,219,250); }
td.TdClassName
{
border-color: #9ADBFA;
}
.TagClassName
{
border-color: #9ADBFA;
}
</style>