Shades of Columbia Blue #9ADCF2
Tints of Columbia Blue #9ADCF2
RGB
CMYK
RGB Variations
Color information
#9ADCF2 (or 0x9ADCF2) is known color: Columbia Blue. HEX triplet: 9A, DC and F2. RGB value is (154,220,242). Sum of RGB (Red+Green+Blue) = 154+220+242=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ADCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCF2 is #65230D. Grayscale: #CACACA. Windows color (decimal): -6628110 or 15916186. OLE color: 15916186.
HSL color Cylindrical-coordinate representation of color #9ADCF2: hue angle of 195º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADCF2 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 220 | 242 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.05 |
| HSL | 195º | 0.77% | 0.78% | - |
| HSV(B) | 195º | 0.36% | 0.95% | - |
| XYZ | 54.95 | 64.47 | 93.55 | - |
| YUV | 202.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 242 | 0.36 | 0.09 | 0 | 0.05 | 195 | 0.77 | 0.78 |
| Hex | 9A | DC | F2 | 24 | 9 | 0 | 5 | C3 | 4D | 4E |
| Octal | 232 | 334 | 362 | 44 | 11 | 0 | 5 | 303 | 115 | 116 |
| Binary | 10011010 | 11011100 | 11110010 | 100100 | 1001 | 0 | 101 | 11000011 | 1001101 | 1001110 |
Color Harmonies of #9ADCF2
Complementary color
Monochromatic Colors of #9ADCF2
Black with #9ADCF2
Text Example
Text Example
White with #9ADCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCF2; }
p { color: rgb(154,220,242); }
H1.HeaderClassName
{
color: #9ADCF2;
}
.AnyTagClassName
{
color: #9ADCF2;
}
</style>
background-color css
<style>
a { background-color: #9ADCF2; }
a { background-color: rgb(154,220,242); }
div.DivClassName
{
background-color: #9ADCF2;
}
.BgClassName
{
background-color: #9ADCF2;
}
</style>
border-color css
<style>
span { border-color: #9ADCF2; }
span { border-color: rgb(154,220,242); }
td.TdClassName
{
border-color: #9ADCF2;
}
.TagClassName
{
border-color: #9ADCF2;
}
</style>