Shades of Columbia Blue #9AD3FC
Tints of Columbia Blue #9AD3FC
RGB
CMYK
RGB Variations
Color information
#9AD3FC (or 0x9AD3FC) is known color: Columbia Blue. HEX triplet: 9A, D3 and FC. RGB value is (154,211,252). Sum of RGB (Red+Green+Blue) = 154+211+252=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3FC is #652C03. Grayscale: #C6C6C6. Windows color (decimal): -6630404 or 16569242. OLE color: 16569242.
HSL color Cylindrical-coordinate representation of color #9AD3FC: hue angle of 205.1º 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 #9AD3FC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 211 | 252 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.01 |
| HSL | 205.1º | 0.94% | 0.8% | - |
| HSV(B) | 205.1º | 0.39% | 0.99% | - |
| XYZ | 54.19 | 60.49 | 100.91 | - |
| YUV | 198.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 252 | 0.39 | 0.16 | 0 | 0.01 | 205.1 | 0.94 | 0.8 |
| Hex | 9A | D3 | FC | 27 | 10 | 0 | 1 | CD | 5E | 50 |
| Octal | 232 | 323 | 374 | 47 | 20 | 0 | 1 | 315 | 136 | 120 |
| Binary | 10011010 | 11010011 | 11111100 | 100111 | 10000 | 0 | 1 | 11001101 | 1011110 | 1010000 |
Color Harmonies of #9AD3FC
Complementary color
Monochromatic Colors of #9AD3FC
Black with #9AD3FC
Text Example
Text Example
White with #9AD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3FC; }
p { color: rgb(154,211,252); }
H1.HeaderClassName
{
color: #9AD3FC;
}
.AnyTagClassName
{
color: #9AD3FC;
}
</style>
background-color css
<style>
a { background-color: #9AD3FC; }
a { background-color: rgb(154,211,252); }
div.DivClassName
{
background-color: #9AD3FC;
}
.BgClassName
{
background-color: #9AD3FC;
}
</style>
border-color css
<style>
span { border-color: #9AD3FC; }
span { border-color: rgb(154,211,252); }
td.TdClassName
{
border-color: #9AD3FC;
}
.TagClassName
{
border-color: #9AD3FC;
}
</style>