Shades of Columbia Blue #9ADAFF
Tints of Columbia Blue #9ADAFF
RGB
CMYK
RGB Variations
Color information
#9ADAFF (or 0x9ADAFF) is known color: Columbia Blue. HEX triplet: 9A, DA and FF. RGB value is (154,218,255). Sum of RGB (Red+Green+Blue) = 154+218+255=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAFF is #652500. Grayscale: #CACACA. Windows color (decimal): -6628609 or 16767642. OLE color: 16767642.
HSL color Cylindrical-coordinate representation of color #9ADAFF: hue angle of 201.98º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADAFF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 218 | 255 | - |
| CMYK | 0.40 | 0.15 | 0 | 0 |
| HSL | 201.98º | 1% | 0.8% | - |
| HSV(B) | 201.98º | 0.4% | 1% | - |
| XYZ | 56.45 | 64.23 | 104.03 | - |
| YUV | 203.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 255 | 0.40 | 0.15 | 0 | 0 | 201.98 | 1 | 0.8 |
| Hex | 9A | DA | FF | 28 | F | 0 | 0 | CA | 64 | 50 |
| Octal | 232 | 332 | 377 | 50 | 17 | 0 | 0 | 312 | 144 | 120 |
| Binary | 10011010 | 11011010 | 11111111 | 101000 | 1111 | 0 | 0 | 11001010 | 1100100 | 1010000 |
Color Harmonies of #9ADAFF
Complementary color
Monochromatic Colors of #9ADAFF
Black with #9ADAFF
Text Example
Text Example
White with #9ADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAFF; }
p { color: rgb(154,218,255); }
H1.HeaderClassName
{
color: #9ADAFF;
}
.AnyTagClassName
{
color: #9ADAFF;
}
</style>
background-color css
<style>
a { background-color: #9ADAFF; }
a { background-color: rgb(154,218,255); }
div.DivClassName
{
background-color: #9ADAFF;
}
.BgClassName
{
background-color: #9ADAFF;
}
</style>
border-color css
<style>
span { border-color: #9ADAFF; }
span { border-color: rgb(154,218,255); }
td.TdClassName
{
border-color: #9ADAFF;
}
.TagClassName
{
border-color: #9ADAFF;
}
</style>