Shades of Columbia Blue #9FE3FF
Tints of Columbia Blue #9FE3FF
RGB
CMYK
RGB Variations
Color information
#9FE3FF (or 0x9FE3FF) is known color: Columbia Blue. HEX triplet: 9F, E3 and FF. RGB value is (159,227,255). Sum of RGB (Red+Green+Blue) = 159+227+255=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE3FF is #601C00. Grayscale: #D1D1D1. Windows color (decimal): -6298625 or 16769951. OLE color: 16769951.
HSL color Cylindrical-coordinate representation of color #9FE3FF: hue angle of 197.5º 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 #9FE3FF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 227 | 255 | - |
| CMYK | 0.38 | 0.11 | 0 | 0 |
| HSL | 197.5º | 1% | 0.81% | - |
| HSV(B) | 197.5º | 0.38% | 1% | - |
| XYZ | 59.82 | 69.53 | 104.88 | - |
| YUV | 209.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 255 | 0.38 | 0.11 | 0 | 0 | 197.5 | 1 | 0.81 |
| Hex | 9F | E3 | FF | 26 | B | 0 | 0 | C6 | 64 | 51 |
| Octal | 237 | 343 | 377 | 46 | 13 | 0 | 0 | 306 | 144 | 121 |
| Binary | 10011111 | 11100011 | 11111111 | 100110 | 1011 | 0 | 0 | 11000110 | 1100100 | 1010001 |
Color Harmonies of #9FE3FF
Complementary color
Monochromatic Colors of #9FE3FF
Black with #9FE3FF
Text Example
Text Example
White with #9FE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3FF; }
p { color: rgb(159,227,255); }
H1.HeaderClassName
{
color: #9FE3FF;
}
.AnyTagClassName
{
color: #9FE3FF;
}
</style>
background-color css
<style>
a { background-color: #9FE3FF; }
a { background-color: rgb(159,227,255); }
div.DivClassName
{
background-color: #9FE3FF;
}
.BgClassName
{
background-color: #9FE3FF;
}
</style>
border-color css
<style>
span { border-color: #9FE3FF; }
span { border-color: rgb(159,227,255); }
td.TdClassName
{
border-color: #9FE3FF;
}
.TagClassName
{
border-color: #9FE3FF;
}
</style>