Shades of Columbia Blue #9ADDFC
Tints of Columbia Blue #9ADDFC
RGB
CMYK
RGB Variations
Color information
#9ADDFC (or 0x9ADDFC) is known color: Columbia Blue. HEX triplet: 9A, DD and FC. RGB value is (154,221,252). Sum of RGB (Red+Green+Blue) = 154+221+252=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ADDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFC is #652203. Grayscale: #CCCCCC. Windows color (decimal): -6627844 or 16571802. OLE color: 16571802.
HSL color Cylindrical-coordinate representation of color #9ADDFC: hue angle of 198.98º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ADDFC is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 221 | 252 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.01 |
| HSL | 198.98º | 0.94% | 0.8% | - |
| HSV(B) | 198.98º | 0.39% | 0.99% | - |
| XYZ | 56.75 | 65.61 | 101.77 | - |
| YUV | 204.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 252 | 0.39 | 0.12 | 0 | 0.01 | 198.98 | 0.94 | 0.8 |
| Hex | 9A | DD | FC | 27 | C | 0 | 1 | C7 | 5E | 50 |
| Octal | 232 | 335 | 374 | 47 | 14 | 0 | 1 | 307 | 136 | 120 |
| Binary | 10011010 | 11011101 | 11111100 | 100111 | 1100 | 0 | 1 | 11000111 | 1011110 | 1010000 |
Color Harmonies of #9ADDFC
Complementary color
Monochromatic Colors of #9ADDFC
Black with #9ADDFC
Text Example
Text Example
White with #9ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDFC; }
p { color: rgb(154,221,252); }
H1.HeaderClassName
{
color: #9ADDFC;
}
.AnyTagClassName
{
color: #9ADDFC;
}
</style>
background-color css
<style>
a { background-color: #9ADDFC; }
a { background-color: rgb(154,221,252); }
div.DivClassName
{
background-color: #9ADDFC;
}
.BgClassName
{
background-color: #9ADDFC;
}
</style>
border-color css
<style>
span { border-color: #9ADDFC; }
span { border-color: rgb(154,221,252); }
td.TdClassName
{
border-color: #9ADDFC;
}
.TagClassName
{
border-color: #9ADDFC;
}
</style>