Shades of Columbia Blue #9FE9FC
Tints of Columbia Blue #9FE9FC
RGB
CMYK
RGB Variations
Color information
#9FE9FC (or 0x9FE9FC) is known color: Columbia Blue. HEX triplet: 9F, E9 and FC. RGB value is (159,233,252). Sum of RGB (Red+Green+Blue) = 159+233+252=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9FC is #601603. Grayscale: #D4D4D4. Windows color (decimal): -6297092 or 16574879. OLE color: 16574879.
HSL color Cylindrical-coordinate representation of color #9FE9FC: hue angle of 192.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE9FC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 233 | 252 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.01 |
| HSL | 192.26º | 0.94% | 0.81% | - |
| HSV(B) | 192.26º | 0.37% | 0.99% | - |
| XYZ | 61.01 | 72.68 | 102.91 | - |
| YUV | 213.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 252 | 0.37 | 0.08 | 0 | 0.01 | 192.26 | 0.94 | 0.81 |
| Hex | 9F | E9 | FC | 25 | 8 | 0 | 1 | C0 | 5E | 51 |
| Octal | 237 | 351 | 374 | 45 | 10 | 0 | 1 | 300 | 136 | 121 |
| Binary | 10011111 | 11101001 | 11111100 | 100101 | 1000 | 0 | 1 | 11000000 | 1011110 | 1010001 |
Color Harmonies of #9FE9FC
Complementary color
Monochromatic Colors of #9FE9FC
Black with #9FE9FC
Text Example
Text Example
White with #9FE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9FC; }
p { color: rgb(159,233,252); }
H1.HeaderClassName
{
color: #9FE9FC;
}
.AnyTagClassName
{
color: #9FE9FC;
}
</style>
background-color css
<style>
a { background-color: #9FE9FC; }
a { background-color: rgb(159,233,252); }
div.DivClassName
{
background-color: #9FE9FC;
}
.BgClassName
{
background-color: #9FE9FC;
}
</style>
border-color css
<style>
span { border-color: #9FE9FC; }
span { border-color: rgb(159,233,252); }
td.TdClassName
{
border-color: #9FE9FC;
}
.TagClassName
{
border-color: #9FE9FC;
}
</style>