Shades of Columbia Blue #9FE6FC
Tints of Columbia Blue #9FE6FC
RGB
CMYK
RGB Variations
Color information
#9FE6FC (or 0x9FE6FC) is known color: Columbia Blue. HEX triplet: 9F, E6 and FC. RGB value is (159,230,252). Sum of RGB (Red+Green+Blue) = 159+230+252=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FE6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6FC is #601903. Grayscale: #D3D3D3. Windows color (decimal): -6297860 or 16574111. OLE color: 16574111.
HSL color Cylindrical-coordinate representation of color #9FE6FC: hue angle of 194.19º 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 #9FE6FC is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 230 | 252 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.01 |
| HSL | 194.19º | 0.94% | 0.81% | - |
| HSV(B) | 194.19º | 0.37% | 0.99% | - |
| XYZ | 60.17 | 70.99 | 102.63 | - |
| YUV | 211.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 252 | 0.37 | 0.09 | 0 | 0.01 | 194.19 | 0.94 | 0.81 |
| Hex | 9F | E6 | FC | 25 | 9 | 0 | 1 | C2 | 5E | 51 |
| Octal | 237 | 346 | 374 | 45 | 11 | 0 | 1 | 302 | 136 | 121 |
| Binary | 10011111 | 11100110 | 11111100 | 100101 | 1001 | 0 | 1 | 11000010 | 1011110 | 1010001 |
Color Harmonies of #9FE6FC
Complementary color
Monochromatic Colors of #9FE6FC
Black with #9FE6FC
Text Example
Text Example
White with #9FE6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6FC; }
p { color: rgb(159,230,252); }
H1.HeaderClassName
{
color: #9FE6FC;
}
.AnyTagClassName
{
color: #9FE6FC;
}
</style>
background-color css
<style>
a { background-color: #9FE6FC; }
a { background-color: rgb(159,230,252); }
div.DivClassName
{
background-color: #9FE6FC;
}
.BgClassName
{
background-color: #9FE6FC;
}
</style>
border-color css
<style>
span { border-color: #9FE6FC; }
span { border-color: rgb(159,230,252); }
td.TdClassName
{
border-color: #9FE6FC;
}
.TagClassName
{
border-color: #9FE6FC;
}
</style>