Shades of Columbia Blue #9FE6FF
Tints of Columbia Blue #9FE6FF
RGB
CMYK
RGB Variations
Color information
#9FE6FF (or 0x9FE6FF) is known color: Columbia Blue. HEX triplet: 9F, E6 and FF. RGB value is (159,230,255). Sum of RGB (Red+Green+Blue) = 159+230+255=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6FF is #601900. Grayscale: #D3D3D3. Windows color (decimal): -6297857 or 16770719. OLE color: 16770719.
HSL color Cylindrical-coordinate representation of color #9FE6FF: hue angle of 195.62º 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 #9FE6FF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 230 | 255 | - |
| CMYK | 0.38 | 0.10 | 0 | 0 |
| HSL | 195.63º | 1% | 0.81% | - |
| HSV(B) | 195.63º | 0.38% | 1% | - |
| XYZ | 60.64 | 71.18 | 105.15 | - |
| YUV | 211.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 255 | 0.38 | 0.10 | 0 | 0 | 195.63 | 1 | 0.81 |
| Hex | 9F | E6 | FF | 26 | A | 0 | 0 | C4 | 64 | 51 |
| Octal | 237 | 346 | 377 | 46 | 12 | 0 | 0 | 304 | 144 | 121 |
| Binary | 10011111 | 11100110 | 11111111 | 100110 | 1010 | 0 | 0 | 11000100 | 1100100 | 1010001 |
Color Harmonies of #9FE6FF
Complementary color
Monochromatic Colors of #9FE6FF
Black with #9FE6FF
Text Example
Text Example
White with #9FE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6FF; }
p { color: rgb(159,230,255); }
H1.HeaderClassName
{
color: #9FE6FF;
}
.AnyTagClassName
{
color: #9FE6FF;
}
</style>
background-color css
<style>
a { background-color: #9FE6FF; }
a { background-color: rgb(159,230,255); }
div.DivClassName
{
background-color: #9FE6FF;
}
.BgClassName
{
background-color: #9FE6FF;
}
</style>
border-color css
<style>
span { border-color: #9FE6FF; }
span { border-color: rgb(159,230,255); }
td.TdClassName
{
border-color: #9FE6FF;
}
.TagClassName
{
border-color: #9FE6FF;
}
</style>