Shades of Columbia Blue #9FDFFF
Tints of Columbia Blue #9FDFFF
RGB
CMYK
RGB Variations
Color information
#9FDFFF (or 0x9FDFFF) is known color: Columbia Blue. HEX triplet: 9F, DF and FF. RGB value is (159,223,255). Sum of RGB (Red+Green+Blue) = 159+223+255=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFFF is #602000. Grayscale: #CFCFCF. Windows color (decimal): -6299649 or 16768927. OLE color: 16768927.
HSL color Cylindrical-coordinate representation of color #9FDFFF: hue angle of 200º 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 #9FDFFF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 223 | 255 | - |
| CMYK | 0.38 | 0.13 | 0 | 0 |
| HSL | 200º | 1% | 0.81% | - |
| HSV(B) | 200º | 0.38% | 1% | - |
| XYZ | 58.74 | 67.37 | 104.52 | - |
| YUV | 207.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 255 | 0.38 | 0.13 | 0 | 0 | 200 | 1 | 0.81 |
| Hex | 9F | DF | FF | 26 | D | 0 | 0 | C8 | 64 | 51 |
| Octal | 237 | 337 | 377 | 46 | 15 | 0 | 0 | 310 | 144 | 121 |
| Binary | 10011111 | 11011111 | 11111111 | 100110 | 1101 | 0 | 0 | 11001000 | 1100100 | 1010001 |
Color Harmonies of #9FDFFF
Complementary color
Monochromatic Colors of #9FDFFF
Black with #9FDFFF
Text Example
Text Example
White with #9FDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFFF; }
p { color: rgb(159,223,255); }
H1.HeaderClassName
{
color: #9FDFFF;
}
.AnyTagClassName
{
color: #9FDFFF;
}
</style>
background-color css
<style>
a { background-color: #9FDFFF; }
a { background-color: rgb(159,223,255); }
div.DivClassName
{
background-color: #9FDFFF;
}
.BgClassName
{
background-color: #9FDFFF;
}
</style>
border-color css
<style>
span { border-color: #9FDFFF; }
span { border-color: rgb(159,223,255); }
td.TdClassName
{
border-color: #9FDFFF;
}
.TagClassName
{
border-color: #9FDFFF;
}
</style>