Shades of Columbia Blue #9FE2FF
Tints of Columbia Blue #9FE2FF
RGB
CMYK
RGB Variations
Color information
#9FE2FF (or 0x9FE2FF) is known color: Columbia Blue. HEX triplet: 9F, E2 and FF. RGB value is (159,226,255). Sum of RGB (Red+Green+Blue) = 159+226+255=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2FF is #601D00. Grayscale: #D1D1D1. Windows color (decimal): -6298881 or 16769695. OLE color: 16769695.
HSL color Cylindrical-coordinate representation of color #9FE2FF: hue angle of 198.12º 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 #9FE2FF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 226 | 255 | - |
| CMYK | 0.38 | 0.11 | 0 | 0 |
| HSL | 198.13º | 1% | 0.81% | - |
| HSV(B) | 198.13º | 0.38% | 1% | - |
| XYZ | 59.54 | 68.98 | 104.78 | - |
| YUV | 209.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 255 | 0.38 | 0.11 | 0 | 0 | 198.13 | 1 | 0.81 |
| Hex | 9F | E2 | FF | 26 | B | 0 | 0 | C6 | 64 | 51 |
| Octal | 237 | 342 | 377 | 46 | 13 | 0 | 0 | 306 | 144 | 121 |
| Binary | 10011111 | 11100010 | 11111111 | 100110 | 1011 | 0 | 0 | 11000110 | 1100100 | 1010001 |
Color Harmonies of #9FE2FF
Complementary color
Monochromatic Colors of #9FE2FF
Black with #9FE2FF
Text Example
Text Example
White with #9FE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2FF; }
p { color: rgb(159,226,255); }
H1.HeaderClassName
{
color: #9FE2FF;
}
.AnyTagClassName
{
color: #9FE2FF;
}
</style>
background-color css
<style>
a { background-color: #9FE2FF; }
a { background-color: rgb(159,226,255); }
div.DivClassName
{
background-color: #9FE2FF;
}
.BgClassName
{
background-color: #9FE2FF;
}
</style>
border-color css
<style>
span { border-color: #9FE2FF; }
span { border-color: rgb(159,226,255); }
td.TdClassName
{
border-color: #9FE2FF;
}
.TagClassName
{
border-color: #9FE2FF;
}
</style>