Shades of Columbia Blue #9FD2FA
Tints of Columbia Blue #9FD2FA
RGB
CMYK
RGB Variations
Color information
#9FD2FA (or 0x9FD2FA) is known color: Columbia Blue. HEX triplet: 9F, D2 and FA. RGB value is (159,210,250). Sum of RGB (Red+Green+Blue) = 159+210+250=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2FA is #602D05. Grayscale: #C7C7C7. Windows color (decimal): -6302982 or 16437919. OLE color: 16437919.
HSL color Cylindrical-coordinate representation of color #9FD2FA: hue angle of 206.37º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD2FA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 210 | 250 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.02 |
| HSL | 206.37º | 0.9% | 0.8% | - |
| HSV(B) | 206.37º | 0.36% | 0.98% | - |
| XYZ | 54.6 | 60.37 | 99.22 | - |
| YUV | 199.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 250 | 0.36 | 0.16 | 0 | 0.02 | 206.37 | 0.9 | 0.8 |
| Hex | 9F | D2 | FA | 24 | 10 | 0 | 2 | CE | 5A | 50 |
| Octal | 237 | 322 | 372 | 44 | 20 | 0 | 2 | 316 | 132 | 120 |
| Binary | 10011111 | 11010010 | 11111010 | 100100 | 10000 | 0 | 10 | 11001110 | 1011010 | 1010000 |
Color Harmonies of #9FD2FA
Complementary color
Monochromatic Colors of #9FD2FA
Black with #9FD2FA
Text Example
Text Example
White with #9FD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2FA; }
p { color: rgb(159,210,250); }
H1.HeaderClassName
{
color: #9FD2FA;
}
.AnyTagClassName
{
color: #9FD2FA;
}
</style>
background-color css
<style>
a { background-color: #9FD2FA; }
a { background-color: rgb(159,210,250); }
div.DivClassName
{
background-color: #9FD2FA;
}
.BgClassName
{
background-color: #9FD2FA;
}
</style>
border-color css
<style>
span { border-color: #9FD2FA; }
span { border-color: rgb(159,210,250); }
td.TdClassName
{
border-color: #9FD2FA;
}
.TagClassName
{
border-color: #9FD2FA;
}
</style>