Shades of Columbia Blue #9FD2FF
Tints of Columbia Blue #9FD2FF
RGB
CMYK
RGB Variations
Color information
#9FD2FF (or 0x9FD2FF) is known color: Columbia Blue. HEX triplet: 9F, D2 and FF. RGB value is (159,210,255). Sum of RGB (Red+Green+Blue) = 159+210+255=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2FF is #602D00. Grayscale: #C7C7C7. Windows color (decimal): -6302977 or 16765599. OLE color: 16765599.
HSL color Cylindrical-coordinate representation of color #9FD2FF: hue angle of 208.12º 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 #9FD2FF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 210 | 255 | - |
| CMYK | 0.38 | 0.18 | 0 | 0 |
| HSL | 208.13º | 1% | 0.81% | - |
| HSV(B) | 208.13º | 0.38% | 1% | - |
| XYZ | 55.39 | 60.68 | 103.4 | - |
| YUV | 199.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 255 | 0.38 | 0.18 | 0 | 0 | 208.13 | 1 | 0.81 |
| Hex | 9F | D2 | FF | 26 | 12 | 0 | 0 | D0 | 64 | 51 |
| Octal | 237 | 322 | 377 | 46 | 22 | 0 | 0 | 320 | 144 | 121 |
| Binary | 10011111 | 11010010 | 11111111 | 100110 | 10010 | 0 | 0 | 11010000 | 1100100 | 1010001 |
Color Harmonies of #9FD2FF
Complementary color
Monochromatic Colors of #9FD2FF
Black with #9FD2FF
Text Example
Text Example
White with #9FD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2FF; }
p { color: rgb(159,210,255); }
H1.HeaderClassName
{
color: #9FD2FF;
}
.AnyTagClassName
{
color: #9FD2FF;
}
</style>
background-color css
<style>
a { background-color: #9FD2FF; }
a { background-color: rgb(159,210,255); }
div.DivClassName
{
background-color: #9FD2FF;
}
.BgClassName
{
background-color: #9FD2FF;
}
</style>
border-color css
<style>
span { border-color: #9FD2FF; }
span { border-color: rgb(159,210,255); }
td.TdClassName
{
border-color: #9FD2FF;
}
.TagClassName
{
border-color: #9FD2FF;
}
</style>