Shades of Columbia Blue #9FD3FF
Tints of Columbia Blue #9FD3FF
RGB
CMYK
RGB Variations
Color information
#9FD3FF (or 0x9FD3FF) is known color: Columbia Blue. HEX triplet: 9F, D3 and FF. RGB value is (159,211,255). Sum of RGB (Red+Green+Blue) = 159+211+255=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD3FF is #602C00. Grayscale: #C8C8C8. Windows color (decimal): -6302721 or 16765855. OLE color: 16765855.
HSL color Cylindrical-coordinate representation of color #9FD3FF: hue angle of 207.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD3FF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 211 | 255 | - |
| CMYK | 0.38 | 0.17 | 0 | 0 |
| HSL | 207.5º | 1% | 0.81% | - |
| HSV(B) | 207.5º | 0.38% | 1% | - |
| XYZ | 55.64 | 61.18 | 103.48 | - |
| YUV | 200.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 255 | 0.38 | 0.17 | 0 | 0 | 207.5 | 1 | 0.81 |
| Hex | 9F | D3 | FF | 26 | 11 | 0 | 0 | D0 | 64 | 51 |
| Octal | 237 | 323 | 377 | 46 | 21 | 0 | 0 | 320 | 144 | 121 |
| Binary | 10011111 | 11010011 | 11111111 | 100110 | 10001 | 0 | 0 | 11010000 | 1100100 | 1010001 |
Color Harmonies of #9FD3FF
Complementary color
Monochromatic Colors of #9FD3FF
Black with #9FD3FF
Text Example
Text Example
White with #9FD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3FF; }
p { color: rgb(159,211,255); }
H1.HeaderClassName
{
color: #9FD3FF;
}
.AnyTagClassName
{
color: #9FD3FF;
}
</style>
background-color css
<style>
a { background-color: #9FD3FF; }
a { background-color: rgb(159,211,255); }
div.DivClassName
{
background-color: #9FD3FF;
}
.BgClassName
{
background-color: #9FD3FF;
}
</style>
border-color css
<style>
span { border-color: #9FD3FF; }
span { border-color: rgb(159,211,255); }
td.TdClassName
{
border-color: #9FD3FF;
}
.TagClassName
{
border-color: #9FD3FF;
}
</style>