Shades of Columbia Blue #9FE0FF
Tints of Columbia Blue #9FE0FF
RGB
CMYK
RGB Variations
Color information
#9FE0FF (or 0x9FE0FF) is known color: Columbia Blue. HEX triplet: 9F, E0 and FF. RGB value is (159,224,255). Sum of RGB (Red+Green+Blue) = 159+224+255=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0FF is #601F00. Grayscale: #CFCFCF. Windows color (decimal): -6299393 or 16769183. OLE color: 16769183.
HSL color Cylindrical-coordinate representation of color #9FE0FF: hue angle of 199.38º 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 #9FE0FF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 224 | 255 | - |
| CMYK | 0.38 | 0.12 | 0 | 0 |
| HSL | 199.38º | 1% | 0.81% | - |
| HSV(B) | 199.38º | 0.38% | 1% | - |
| XYZ | 59 | 67.9 | 104.6 | - |
| YUV | 208.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 255 | 0.38 | 0.12 | 0 | 0 | 199.38 | 1 | 0.81 |
| Hex | 9F | E0 | FF | 26 | C | 0 | 0 | C7 | 64 | 51 |
| Octal | 237 | 340 | 377 | 46 | 14 | 0 | 0 | 307 | 144 | 121 |
| Binary | 10011111 | 11100000 | 11111111 | 100110 | 1100 | 0 | 0 | 11000111 | 1100100 | 1010001 |
Color Harmonies of #9FE0FF
Complementary color
Monochromatic Colors of #9FE0FF
Black with #9FE0FF
Text Example
Text Example
White with #9FE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0FF; }
p { color: rgb(159,224,255); }
H1.HeaderClassName
{
color: #9FE0FF;
}
.AnyTagClassName
{
color: #9FE0FF;
}
</style>
background-color css
<style>
a { background-color: #9FE0FF; }
a { background-color: rgb(159,224,255); }
div.DivClassName
{
background-color: #9FE0FF;
}
.BgClassName
{
background-color: #9FE0FF;
}
</style>
border-color css
<style>
span { border-color: #9FE0FF; }
span { border-color: rgb(159,224,255); }
td.TdClassName
{
border-color: #9FE0FF;
}
.TagClassName
{
border-color: #9FE0FF;
}
</style>