Shades of Columbia Blue #9FDBFC
Tints of Columbia Blue #9FDBFC
RGB
CMYK
RGB Variations
Color information
#9FDBFC (or 0x9FDBFC) is known color: Columbia Blue. HEX triplet: 9F, DB and FC. RGB value is (159,219,252). Sum of RGB (Red+Green+Blue) = 159+219+252=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBFC is #602403. Grayscale: #CCCCCC. Windows color (decimal): -6300676 or 16571295. OLE color: 16571295.
HSL color Cylindrical-coordinate representation of color #9FDBFC: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDBFC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 219 | 252 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.01 |
| HSL | 201.29º | 0.94% | 0.81% | - |
| HSV(B) | 201.29º | 0.37% | 0.99% | - |
| XYZ | 57.2 | 65.06 | 101.64 | - |
| YUV | 204.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 252 | 0.37 | 0.13 | 0 | 0.01 | 201.29 | 0.94 | 0.81 |
| Hex | 9F | DB | FC | 25 | D | 0 | 1 | C9 | 5E | 51 |
| Octal | 237 | 333 | 374 | 45 | 15 | 0 | 1 | 311 | 136 | 121 |
| Binary | 10011111 | 11011011 | 11111100 | 100101 | 1101 | 0 | 1 | 11001001 | 1011110 | 1010001 |
Color Harmonies of #9FDBFC
Complementary color
Monochromatic Colors of #9FDBFC
Black with #9FDBFC
Text Example
Text Example
White with #9FDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBFC; }
p { color: rgb(159,219,252); }
H1.HeaderClassName
{
color: #9FDBFC;
}
.AnyTagClassName
{
color: #9FDBFC;
}
</style>
background-color css
<style>
a { background-color: #9FDBFC; }
a { background-color: rgb(159,219,252); }
div.DivClassName
{
background-color: #9FDBFC;
}
.BgClassName
{
background-color: #9FDBFC;
}
</style>
border-color css
<style>
span { border-color: #9FDBFC; }
span { border-color: rgb(159,219,252); }
td.TdClassName
{
border-color: #9FDBFC;
}
.TagClassName
{
border-color: #9FDBFC;
}
</style>