Shades of Columbia Blue #9FD4FF
Tints of Columbia Blue #9FD4FF
RGB
CMYK
RGB Variations
Color information
#9FD4FF (or 0x9FD4FF) is known color: Columbia Blue. HEX triplet: 9F, D4 and FF. RGB value is (159,212,255). Sum of RGB (Red+Green+Blue) = 159+212+255=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD4FF is #602B00. Grayscale: #C8C8C8. Windows color (decimal): -6302465 or 16766111. OLE color: 16766111.
HSL color Cylindrical-coordinate representation of color #9FD4FF: hue angle of 206.88º 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 #9FD4FF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 212 | 255 | - |
| CMYK | 0.38 | 0.17 | 0 | 0 |
| HSL | 206.88º | 1% | 0.81% | - |
| HSV(B) | 206.88º | 0.38% | 1% | - |
| XYZ | 55.89 | 61.68 | 103.57 | - |
| YUV | 201.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 255 | 0.38 | 0.17 | 0 | 0 | 206.88 | 1 | 0.81 |
| Hex | 9F | D4 | FF | 26 | 11 | 0 | 0 | CF | 64 | 51 |
| Octal | 237 | 324 | 377 | 46 | 21 | 0 | 0 | 317 | 144 | 121 |
| Binary | 10011111 | 11010100 | 11111111 | 100110 | 10001 | 0 | 0 | 11001111 | 1100100 | 1010001 |
Color Harmonies of #9FD4FF
Complementary color
Monochromatic Colors of #9FD4FF
Black with #9FD4FF
Text Example
Text Example
White with #9FD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD4FF; }
p { color: rgb(159,212,255); }
H1.HeaderClassName
{
color: #9FD4FF;
}
.AnyTagClassName
{
color: #9FD4FF;
}
</style>
background-color css
<style>
a { background-color: #9FD4FF; }
a { background-color: rgb(159,212,255); }
div.DivClassName
{
background-color: #9FD4FF;
}
.BgClassName
{
background-color: #9FD4FF;
}
</style>
border-color css
<style>
span { border-color: #9FD4FF; }
span { border-color: rgb(159,212,255); }
td.TdClassName
{
border-color: #9FD4FF;
}
.TagClassName
{
border-color: #9FD4FF;
}
</style>