Shades of Columbia Blue #9ADBF1
Tints of Columbia Blue #9ADBF1
RGB
CMYK
RGB Variations
Color information
#9ADBF1 (or 0x9ADBF1) is known color: Columbia Blue. HEX triplet: 9A, DB and F1. RGB value is (154,219,241). Sum of RGB (Red+Green+Blue) = 154+219+241=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBF1 is #65240E. Grayscale: #C9C9C9. Windows color (decimal): -6628367 or 15850394. OLE color: 15850394.
HSL color Cylindrical-coordinate representation of color #9ADBF1: hue angle of 195.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADBF1 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 219 | 241 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.05 |
| HSL | 195.17º | 0.76% | 0.77% | - |
| HSV(B) | 195.17º | 0.36% | 0.95% | - |
| XYZ | 54.54 | 63.88 | 92.68 | - |
| YUV | 202.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 241 | 0.36 | 0.09 | 0 | 0.05 | 195.17 | 0.76 | 0.77 |
| Hex | 9A | DB | F1 | 24 | 9 | 0 | 5 | C3 | 4C | 4D |
| Octal | 232 | 333 | 361 | 44 | 11 | 0 | 5 | 303 | 114 | 115 |
| Binary | 10011010 | 11011011 | 11110001 | 100100 | 1001 | 0 | 101 | 11000011 | 1001100 | 1001101 |
Color Harmonies of #9ADBF1
Complementary color
Monochromatic Colors of #9ADBF1
Black with #9ADBF1
Text Example
Text Example
White with #9ADBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBF1; }
p { color: rgb(154,219,241); }
H1.HeaderClassName
{
color: #9ADBF1;
}
.AnyTagClassName
{
color: #9ADBF1;
}
</style>
background-color css
<style>
a { background-color: #9ADBF1; }
a { background-color: rgb(154,219,241); }
div.DivClassName
{
background-color: #9ADBF1;
}
.BgClassName
{
background-color: #9ADBF1;
}
</style>
border-color css
<style>
span { border-color: #9ADBF1; }
span { border-color: rgb(154,219,241); }
td.TdClassName
{
border-color: #9ADBF1;
}
.TagClassName
{
border-color: #9ADBF1;
}
</style>