Shades of Columbia Blue #9ADAF1
Tints of Columbia Blue #9ADAF1
RGB
CMYK
RGB Variations
Color information
#9ADAF1 (or 0x9ADAF1) is known color: Columbia Blue. HEX triplet: 9A, DA and F1. RGB value is (154,218,241). Sum of RGB (Red+Green+Blue) = 154+218+241=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAF1 is #65250E. Grayscale: #C9C9C9. Windows color (decimal): -6628623 or 15850138. OLE color: 15850138.
HSL color Cylindrical-coordinate representation of color #9ADAF1: hue angle of 195.86º 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 #9ADAF1 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 218 | 241 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.05 |
| HSL | 195.86º | 0.76% | 0.77% | - |
| HSV(B) | 195.86º | 0.36% | 0.95% | - |
| XYZ | 54.28 | 63.36 | 92.59 | - |
| YUV | 201.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 241 | 0.36 | 0.10 | 0 | 0.05 | 195.86 | 0.76 | 0.77 |
| Hex | 9A | DA | F1 | 24 | A | 0 | 5 | C4 | 4C | 4D |
| Octal | 232 | 332 | 361 | 44 | 12 | 0 | 5 | 304 | 114 | 115 |
| Binary | 10011010 | 11011010 | 11110001 | 100100 | 1010 | 0 | 101 | 11000100 | 1001100 | 1001101 |
Color Harmonies of #9ADAF1
Complementary color
Monochromatic Colors of #9ADAF1
Black with #9ADAF1
Text Example
Text Example
White with #9ADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAF1; }
p { color: rgb(154,218,241); }
H1.HeaderClassName
{
color: #9ADAF1;
}
.AnyTagClassName
{
color: #9ADAF1;
}
</style>
background-color css
<style>
a { background-color: #9ADAF1; }
a { background-color: rgb(154,218,241); }
div.DivClassName
{
background-color: #9ADAF1;
}
.BgClassName
{
background-color: #9ADAF1;
}
</style>
border-color css
<style>
span { border-color: #9ADAF1; }
span { border-color: rgb(154,218,241); }
td.TdClassName
{
border-color: #9ADAF1;
}
.TagClassName
{
border-color: #9ADAF1;
}
</style>