Shades of Columbia Blue #9FDBFD
Tints of Columbia Blue #9FDBFD
RGB
CMYK
RGB Variations
Color information
#9FDBFD (or 0x9FDBFD) is known color: Columbia Blue. HEX triplet: 9F, DB and FD. RGB value is (159,219,253). Sum of RGB (Red+Green+Blue) = 159+219+253=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FDBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBFD is #602402. Grayscale: #CCCCCC. Windows color (decimal): -6300675 or 16636831. OLE color: 16636831.
HSL color Cylindrical-coordinate representation of color #9FDBFD: hue angle of 201.7º degrees, saturation: 0.96, 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 #9FDBFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 219 | 253 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.01 |
| HSL | 201.7º | 0.96% | 0.81% | - |
| HSV(B) | 201.7º | 0.37% | 0.99% | - |
| XYZ | 57.36 | 65.13 | 102.48 | - |
| YUV | 204.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 253 | 0.37 | 0.13 | 0 | 0.01 | 201.7 | 0.96 | 0.81 |
| Hex | 9F | DB | FD | 25 | D | 0 | 1 | CA | 60 | 51 |
| Octal | 237 | 333 | 375 | 45 | 15 | 0 | 1 | 312 | 140 | 121 |
| Binary | 10011111 | 11011011 | 11111101 | 100101 | 1101 | 0 | 1 | 11001010 | 1100000 | 1010001 |
Color Harmonies of #9FDBFD
Complementary color
Monochromatic Colors of #9FDBFD
Black with #9FDBFD
Text Example
Text Example
White with #9FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBFD; }
p { color: rgb(159,219,253); }
H1.HeaderClassName
{
color: #9FDBFD;
}
.AnyTagClassName
{
color: #9FDBFD;
}
</style>
background-color css
<style>
a { background-color: #9FDBFD; }
a { background-color: rgb(159,219,253); }
div.DivClassName
{
background-color: #9FDBFD;
}
.BgClassName
{
background-color: #9FDBFD;
}
</style>
border-color css
<style>
span { border-color: #9FDBFD; }
span { border-color: rgb(159,219,253); }
td.TdClassName
{
border-color: #9FDBFD;
}
.TagClassName
{
border-color: #9FDBFD;
}
</style>