Shades of Columbia Blue #9AD3FA
Tints of Columbia Blue #9AD3FA
RGB
CMYK
RGB Variations
Color information
#9AD3FA (or 0x9AD3FA) is known color: Columbia Blue. HEX triplet: 9A, D3 and FA. RGB value is (154,211,250). Sum of RGB (Red+Green+Blue) = 154+211+250=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3FA is #652C05. Grayscale: #C6C6C6. Windows color (decimal): -6630406 or 16438170. OLE color: 16438170.
HSL color Cylindrical-coordinate representation of color #9AD3FA: hue angle of 204.38º degrees, saturation: 0.91, 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 #9AD3FA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 211 | 250 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.02 |
| HSL | 204.38º | 0.91% | 0.79% | - |
| HSV(B) | 204.38º | 0.38% | 0.98% | - |
| XYZ | 53.88 | 60.36 | 99.25 | - |
| YUV | 198.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 250 | 0.38 | 0.16 | 0 | 0.02 | 204.38 | 0.91 | 0.79 |
| Hex | 9A | D3 | FA | 26 | 10 | 0 | 2 | CC | 5B | 4F |
| Octal | 232 | 323 | 372 | 46 | 20 | 0 | 2 | 314 | 133 | 117 |
| Binary | 10011010 | 11010011 | 11111010 | 100110 | 10000 | 0 | 10 | 11001100 | 1011011 | 1001111 |
Color Harmonies of #9AD3FA
Complementary color
Monochromatic Colors of #9AD3FA
Black with #9AD3FA
Text Example
Text Example
White with #9AD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3FA; }
p { color: rgb(154,211,250); }
H1.HeaderClassName
{
color: #9AD3FA;
}
.AnyTagClassName
{
color: #9AD3FA;
}
</style>
background-color css
<style>
a { background-color: #9AD3FA; }
a { background-color: rgb(154,211,250); }
div.DivClassName
{
background-color: #9AD3FA;
}
.BgClassName
{
background-color: #9AD3FA;
}
</style>
border-color css
<style>
span { border-color: #9AD3FA; }
span { border-color: rgb(154,211,250); }
td.TdClassName
{
border-color: #9AD3FA;
}
.TagClassName
{
border-color: #9AD3FA;
}
</style>