Shades of Columbia Blue #9FDAFF
Tints of Columbia Blue #9FDAFF
RGB
CMYK
RGB Variations
Color information
#9FDAFF (or 0x9FDAFF) is known color: Columbia Blue. HEX triplet: 9F, DA and FF. RGB value is (159,218,255). Sum of RGB (Red+Green+Blue) = 159+218+255=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAFF is #602500. Grayscale: #CCCCCC. Windows color (decimal): -6300929 or 16767647. OLE color: 16767647.
HSL color Cylindrical-coordinate representation of color #9FDAFF: hue angle of 203.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 #9FDAFF is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 218 | 255 | - |
| CMYK | 0.38 | 0.15 | 0 | 0 |
| HSL | 203.13º | 1% | 0.81% | - |
| HSV(B) | 203.13º | 0.38% | 1% | - |
| XYZ | 57.42 | 64.73 | 104.08 | - |
| YUV | 204.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 255 | 0.38 | 0.15 | 0 | 0 | 203.13 | 1 | 0.81 |
| Hex | 9F | DA | FF | 26 | F | 0 | 0 | CB | 64 | 51 |
| Octal | 237 | 332 | 377 | 46 | 17 | 0 | 0 | 313 | 144 | 121 |
| Binary | 10011111 | 11011010 | 11111111 | 100110 | 1111 | 0 | 0 | 11001011 | 1100100 | 1010001 |
Color Harmonies of #9FDAFF
Complementary color
Monochromatic Colors of #9FDAFF
Black with #9FDAFF
Text Example
Text Example
White with #9FDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAFF; }
p { color: rgb(159,218,255); }
H1.HeaderClassName
{
color: #9FDAFF;
}
.AnyTagClassName
{
color: #9FDAFF;
}
</style>
background-color css
<style>
a { background-color: #9FDAFF; }
a { background-color: rgb(159,218,255); }
div.DivClassName
{
background-color: #9FDAFF;
}
.BgClassName
{
background-color: #9FDAFF;
}
</style>
border-color css
<style>
span { border-color: #9FDAFF; }
span { border-color: rgb(159,218,255); }
td.TdClassName
{
border-color: #9FDAFF;
}
.TagClassName
{
border-color: #9FDAFF;
}
</style>