Shades of Columbia Blue #9FE5FF
Tints of Columbia Blue #9FE5FF
RGB
CMYK
RGB Variations
Color information
#9FE5FF (or 0x9FE5FF) is known color: Columbia Blue. HEX triplet: 9F, E5 and FF. RGB value is (159,229,255). Sum of RGB (Red+Green+Blue) = 159+229+255=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5FF is #601A00. Grayscale: #D2D2D2. Windows color (decimal): -6298113 or 16770463. OLE color: 16770463.
HSL color Cylindrical-coordinate representation of color #9FE5FF: hue angle of 196.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 #9FE5FF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 229 | 255 | - |
| CMYK | 0.38 | 0.10 | 0 | 0 |
| HSL | 196.25º | 1% | 0.81% | - |
| HSV(B) | 196.25º | 0.38% | 1% | - |
| XYZ | 60.37 | 70.63 | 105.06 | - |
| YUV | 211.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 255 | 0.38 | 0.10 | 0 | 0 | 196.25 | 1 | 0.81 |
| Hex | 9F | E5 | FF | 26 | A | 0 | 0 | C4 | 64 | 51 |
| Octal | 237 | 345 | 377 | 46 | 12 | 0 | 0 | 304 | 144 | 121 |
| Binary | 10011111 | 11100101 | 11111111 | 100110 | 1010 | 0 | 0 | 11000100 | 1100100 | 1010001 |
Color Harmonies of #9FE5FF
Complementary color
Monochromatic Colors of #9FE5FF
Black with #9FE5FF
Text Example
Text Example
White with #9FE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5FF; }
p { color: rgb(159,229,255); }
H1.HeaderClassName
{
color: #9FE5FF;
}
.AnyTagClassName
{
color: #9FE5FF;
}
</style>
background-color css
<style>
a { background-color: #9FE5FF; }
a { background-color: rgb(159,229,255); }
div.DivClassName
{
background-color: #9FE5FF;
}
.BgClassName
{
background-color: #9FE5FF;
}
</style>
border-color css
<style>
span { border-color: #9FE5FF; }
span { border-color: rgb(159,229,255); }
td.TdClassName
{
border-color: #9FE5FF;
}
.TagClassName
{
border-color: #9FE5FF;
}
</style>