Shades of Columbia Blue #9FD5FF
Tints of Columbia Blue #9FD5FF
RGB
CMYK
RGB Variations
Color information
#9FD5FF (or 0x9FD5FF) is known color: Columbia Blue. HEX triplet: 9F, D5 and FF. RGB value is (159,213,255). Sum of RGB (Red+Green+Blue) = 159+213+255=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD5FF is #602A00. Grayscale: #C9C9C9. Windows color (decimal): -6302209 or 16766367. OLE color: 16766367.
HSL color Cylindrical-coordinate representation of color #9FD5FF: hue angle of 206.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 #9FD5FF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 213 | 255 | - |
| CMYK | 0.38 | 0.16 | 0 | 0 |
| HSL | 206.25º | 1% | 0.81% | - |
| HSV(B) | 206.25º | 0.38% | 1% | - |
| XYZ | 56.14 | 62.18 | 103.65 | - |
| YUV | 201.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 255 | 0.38 | 0.16 | 0 | 0 | 206.25 | 1 | 0.81 |
| Hex | 9F | D5 | FF | 26 | 10 | 0 | 0 | CE | 64 | 51 |
| Octal | 237 | 325 | 377 | 46 | 20 | 0 | 0 | 316 | 144 | 121 |
| Binary | 10011111 | 11010101 | 11111111 | 100110 | 10000 | 0 | 0 | 11001110 | 1100100 | 1010001 |
Color Harmonies of #9FD5FF
Complementary color
Monochromatic Colors of #9FD5FF
Black with #9FD5FF
Text Example
Text Example
White with #9FD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD5FF; }
p { color: rgb(159,213,255); }
H1.HeaderClassName
{
color: #9FD5FF;
}
.AnyTagClassName
{
color: #9FD5FF;
}
</style>
background-color css
<style>
a { background-color: #9FD5FF; }
a { background-color: rgb(159,213,255); }
div.DivClassName
{
background-color: #9FD5FF;
}
.BgClassName
{
background-color: #9FD5FF;
}
</style>
border-color css
<style>
span { border-color: #9FD5FF; }
span { border-color: rgb(159,213,255); }
td.TdClassName
{
border-color: #9FD5FF;
}
.TagClassName
{
border-color: #9FD5FF;
}
</style>