Shades of Columbia Blue #9ADEFA
Tints of Columbia Blue #9ADEFA
RGB
CMYK
RGB Variations
Color information
#9ADEFA (or 0x9ADEFA) is known color: Columbia Blue. HEX triplet: 9A, DE and FA. RGB value is (154,222,250). Sum of RGB (Red+Green+Blue) = 154+222+250=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ADEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADEFA is #652105. Grayscale: #CCCCCC. Windows color (decimal): -6627590 or 16440986. OLE color: 16440986.
HSL color Cylindrical-coordinate representation of color #9ADEFA: hue angle of 197.5º 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 #9ADEFA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 222 | 250 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.02 |
| HSL | 197.5º | 0.91% | 0.79% | - |
| HSV(B) | 197.5º | 0.38% | 0.98% | - |
| XYZ | 56.7 | 66.01 | 100.2 | - |
| YUV | 204.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 250 | 0.38 | 0.11 | 0 | 0.02 | 197.5 | 0.91 | 0.79 |
| Hex | 9A | DE | FA | 26 | B | 0 | 2 | C6 | 5B | 4F |
| Octal | 232 | 336 | 372 | 46 | 13 | 0 | 2 | 306 | 133 | 117 |
| Binary | 10011010 | 11011110 | 11111010 | 100110 | 1011 | 0 | 10 | 11000110 | 1011011 | 1001111 |
Color Harmonies of #9ADEFA
Complementary color
Monochromatic Colors of #9ADEFA
Black with #9ADEFA
Text Example
Text Example
White with #9ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEFA; }
p { color: rgb(154,222,250); }
H1.HeaderClassName
{
color: #9ADEFA;
}
.AnyTagClassName
{
color: #9ADEFA;
}
</style>
background-color css
<style>
a { background-color: #9ADEFA; }
a { background-color: rgb(154,222,250); }
div.DivClassName
{
background-color: #9ADEFA;
}
.BgClassName
{
background-color: #9ADEFA;
}
</style>
border-color css
<style>
span { border-color: #9ADEFA; }
span { border-color: rgb(154,222,250); }
td.TdClassName
{
border-color: #9ADEFA;
}
.TagClassName
{
border-color: #9ADEFA;
}
</style>