Shades of Columbia Blue #9ADDFD
Tints of Columbia Blue #9ADDFD
RGB
CMYK
RGB Variations
Color information
#9ADDFD (or 0x9ADDFD) is known color: Columbia Blue. HEX triplet: 9A, DD and FD. RGB value is (154,221,253). Sum of RGB (Red+Green+Blue) = 154+221+253=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ADDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFD is #652202. Grayscale: #CCCCCC. Windows color (decimal): -6627843 or 16637338. OLE color: 16637338.
HSL color Cylindrical-coordinate representation of color #9ADDFD: hue angle of 199.39º degrees, saturation: 0.96, 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 #9ADDFD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 221 | 253 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.01 |
| HSL | 199.39º | 0.96% | 0.8% | - |
| HSV(B) | 199.39º | 0.39% | 0.99% | - |
| XYZ | 56.91 | 65.67 | 102.61 | - |
| YUV | 204.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 253 | 0.39 | 0.13 | 0 | 0.01 | 199.39 | 0.96 | 0.8 |
| Hex | 9A | DD | FD | 27 | D | 0 | 1 | C7 | 60 | 50 |
| Octal | 232 | 335 | 375 | 47 | 15 | 0 | 1 | 307 | 140 | 120 |
| Binary | 10011010 | 11011101 | 11111101 | 100111 | 1101 | 0 | 1 | 11000111 | 1100000 | 1010000 |
Color Harmonies of #9ADDFD
Complementary color
Monochromatic Colors of #9ADDFD
Black with #9ADDFD
Text Example
Text Example
White with #9ADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDFD; }
p { color: rgb(154,221,253); }
H1.HeaderClassName
{
color: #9ADDFD;
}
.AnyTagClassName
{
color: #9ADDFD;
}
</style>
background-color css
<style>
a { background-color: #9ADDFD; }
a { background-color: rgb(154,221,253); }
div.DivClassName
{
background-color: #9ADDFD;
}
.BgClassName
{
background-color: #9ADDFD;
}
</style>
border-color css
<style>
span { border-color: #9ADDFD; }
span { border-color: rgb(154,221,253); }
td.TdClassName
{
border-color: #9ADDFD;
}
.TagClassName
{
border-color: #9ADDFD;
}
</style>