Shades of Columbia Blue #9FDDFF
Tints of Columbia Blue #9FDDFF
RGB
CMYK
RGB Variations
Color information
#9FDDFF (or 0x9FDDFF) is known color: Columbia Blue. HEX triplet: 9F, DD and FF. RGB value is (159,221,255). Sum of RGB (Red+Green+Blue) = 159+221+255=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDFF is #602200. Grayscale: #CECECE. Windows color (decimal): -6300161 or 16768415. OLE color: 16768415.
HSL color Cylindrical-coordinate representation of color #9FDDFF: hue angle of 201.25º 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 #9FDDFF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 221 | 255 | - |
| CMYK | 0.38 | 0.13 | 0 | 0 |
| HSL | 201.25º | 1% | 0.81% | - |
| HSV(B) | 201.25º | 0.38% | 1% | - |
| XYZ | 58.2 | 66.3 | 104.34 | - |
| YUV | 206.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 255 | 0.38 | 0.13 | 0 | 0 | 201.25 | 1 | 0.81 |
| Hex | 9F | DD | FF | 26 | D | 0 | 0 | C9 | 64 | 51 |
| Octal | 237 | 335 | 377 | 46 | 15 | 0 | 0 | 311 | 144 | 121 |
| Binary | 10011111 | 11011101 | 11111111 | 100110 | 1101 | 0 | 0 | 11001001 | 1100100 | 1010001 |
Color Harmonies of #9FDDFF
Complementary color
Monochromatic Colors of #9FDDFF
Black with #9FDDFF
Text Example
Text Example
White with #9FDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDFF; }
p { color: rgb(159,221,255); }
H1.HeaderClassName
{
color: #9FDDFF;
}
.AnyTagClassName
{
color: #9FDDFF;
}
</style>
background-color css
<style>
a { background-color: #9FDDFF; }
a { background-color: rgb(159,221,255); }
div.DivClassName
{
background-color: #9FDDFF;
}
.BgClassName
{
background-color: #9FDDFF;
}
</style>
border-color css
<style>
span { border-color: #9FDDFF; }
span { border-color: rgb(159,221,255); }
td.TdClassName
{
border-color: #9FDDFF;
}
.TagClassName
{
border-color: #9FDDFF;
}
</style>