Shades of Columbia Blue #9FDAF9
Tints of Columbia Blue #9FDAF9
RGB
CMYK
RGB Variations
Color information
#9FDAF9 (or 0x9FDAF9) is known color: Columbia Blue. HEX triplet: 9F, DA and F9. RGB value is (159,218,249). Sum of RGB (Red+Green+Blue) = 159+218+249=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FDAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAF9 is #602506. Grayscale: #CBCBCB. Windows color (decimal): -6300935 or 16374431. OLE color: 16374431.
HSL color Cylindrical-coordinate representation of color #9FDAF9: hue angle of 200.67º degrees, saturation: 0.88, 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 #9FDAF9 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 218 | 249 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.02 |
| HSL | 200.67º | 0.88% | 0.8% | - |
| HSV(B) | 200.67º | 0.36% | 0.98% | - |
| XYZ | 56.47 | 64.35 | 99.07 | - |
| YUV | 203.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 249 | 0.36 | 0.12 | 0 | 0.02 | 200.67 | 0.88 | 0.8 |
| Hex | 9F | DA | F9 | 24 | C | 0 | 2 | C9 | 58 | 50 |
| Octal | 237 | 332 | 371 | 44 | 14 | 0 | 2 | 311 | 130 | 120 |
| Binary | 10011111 | 11011010 | 11111001 | 100100 | 1100 | 0 | 10 | 11001001 | 1011000 | 1010000 |
Color Harmonies of #9FDAF9
Complementary color
Monochromatic Colors of #9FDAF9
Black with #9FDAF9
Text Example
Text Example
White with #9FDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAF9; }
p { color: rgb(159,218,249); }
H1.HeaderClassName
{
color: #9FDAF9;
}
.AnyTagClassName
{
color: #9FDAF9;
}
</style>
background-color css
<style>
a { background-color: #9FDAF9; }
a { background-color: rgb(159,218,249); }
div.DivClassName
{
background-color: #9FDAF9;
}
.BgClassName
{
background-color: #9FDAF9;
}
</style>
border-color css
<style>
span { border-color: #9FDAF9; }
span { border-color: rgb(159,218,249); }
td.TdClassName
{
border-color: #9FDAF9;
}
.TagClassName
{
border-color: #9FDAF9;
}
</style>