Shades of Columbia Blue #9ADCFF
Tints of Columbia Blue #9ADCFF
RGB
CMYK
RGB Variations
Color information
#9ADCFF (or 0x9ADCFF) is known color: Columbia Blue. HEX triplet: 9A, DC and FF. RGB value is (154,220,255). Sum of RGB (Red+Green+Blue) = 154+220+255=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ADCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCFF is #652300. Grayscale: #CCCCCC. Windows color (decimal): -6628097 or 16768154. OLE color: 16768154.
HSL color Cylindrical-coordinate representation of color #9ADCFF: hue angle of 200.79º 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 #9ADCFF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 220 | 255 | - |
| CMYK | 0.40 | 0.14 | 0 | 0 |
| HSL | 200.79º | 1% | 0.8% | - |
| HSV(B) | 200.79º | 0.4% | 1% | - |
| XYZ | 56.97 | 65.28 | 104.2 | - |
| YUV | 204.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 255 | 0.40 | 0.14 | 0 | 0 | 200.79 | 1 | 0.8 |
| Hex | 9A | DC | FF | 28 | E | 0 | 0 | C9 | 64 | 50 |
| Octal | 232 | 334 | 377 | 50 | 16 | 0 | 0 | 311 | 144 | 120 |
| Binary | 10011010 | 11011100 | 11111111 | 101000 | 1110 | 0 | 0 | 11001001 | 1100100 | 1010000 |
Color Harmonies of #9ADCFF
Complementary color
Monochromatic Colors of #9ADCFF
Black with #9ADCFF
Text Example
Text Example
White with #9ADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCFF; }
p { color: rgb(154,220,255); }
H1.HeaderClassName
{
color: #9ADCFF;
}
.AnyTagClassName
{
color: #9ADCFF;
}
</style>
background-color css
<style>
a { background-color: #9ADCFF; }
a { background-color: rgb(154,220,255); }
div.DivClassName
{
background-color: #9ADCFF;
}
.BgClassName
{
background-color: #9ADCFF;
}
</style>
border-color css
<style>
span { border-color: #9ADCFF; }
span { border-color: rgb(154,220,255); }
td.TdClassName
{
border-color: #9ADCFF;
}
.TagClassName
{
border-color: #9ADCFF;
}
</style>