Shades of Columbia Blue #9AD3F9
Tints of Columbia Blue #9AD3F9
RGB
CMYK
RGB Variations
Color information
#9AD3F9 (or 0x9AD3F9) is known color: Columbia Blue. HEX triplet: 9A, D3 and F9. RGB value is (154,211,249). Sum of RGB (Red+Green+Blue) = 154+211+249=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AD3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3F9 is #652C06. Grayscale: #C6C6C6. Windows color (decimal): -6630407 or 16372634. OLE color: 16372634.
HSL color Cylindrical-coordinate representation of color #9AD3F9: hue angle of 204º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD3F9 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 211 | 249 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.02 |
| HSL | 204º | 0.89% | 0.79% | - |
| HSV(B) | 204º | 0.38% | 0.98% | - |
| XYZ | 53.72 | 60.3 | 98.43 | - |
| YUV | 198.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 249 | 0.38 | 0.15 | 0 | 0.02 | 204 | 0.89 | 0.79 |
| Hex | 9A | D3 | F9 | 26 | F | 0 | 2 | CC | 59 | 4F |
| Octal | 232 | 323 | 371 | 46 | 17 | 0 | 2 | 314 | 131 | 117 |
| Binary | 10011010 | 11010011 | 11111001 | 100110 | 1111 | 0 | 10 | 11001100 | 1011001 | 1001111 |
Color Harmonies of #9AD3F9
Complementary color
Monochromatic Colors of #9AD3F9
Black with #9AD3F9
Text Example
Text Example
White with #9AD3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3F9; }
p { color: rgb(154,211,249); }
H1.HeaderClassName
{
color: #9AD3F9;
}
.AnyTagClassName
{
color: #9AD3F9;
}
</style>
background-color css
<style>
a { background-color: #9AD3F9; }
a { background-color: rgb(154,211,249); }
div.DivClassName
{
background-color: #9AD3F9;
}
.BgClassName
{
background-color: #9AD3F9;
}
</style>
border-color css
<style>
span { border-color: #9AD3F9; }
span { border-color: rgb(154,211,249); }
td.TdClassName
{
border-color: #9AD3F9;
}
.TagClassName
{
border-color: #9AD3F9;
}
</style>