Shades of Columbia Blue #9FEAFE
Tints of Columbia Blue #9FEAFE
RGB
CMYK
RGB Variations
Color information
#9FEAFE (or 0x9FEAFE) is known color: Columbia Blue. HEX triplet: 9F, EA and FE. RGB value is (159,234,254). Sum of RGB (Red+Green+Blue) = 159+234+254=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFE is #601501. Grayscale: #D5D5D5. Windows color (decimal): -6296834 or 16706207. OLE color: 16706207.
HSL color Cylindrical-coordinate representation of color #9FEAFE: hue angle of 192.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEAFE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 234 | 254 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.00 |
| HSL | 192.63º | 0.98% | 0.81% | - |
| HSV(B) | 192.63º | 0.37% | 1% | - |
| XYZ | 61.61 | 73.37 | 104.68 | - |
| YUV | 213.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 254 | 0.37 | 0.08 | 0 | 0.00 | 192.63 | 0.98 | 0.81 |
| Hex | 9F | EA | FE | 25 | 8 | 0 | 0 | C1 | 62 | 51 |
| Octal | 237 | 352 | 376 | 45 | 10 | 0 | 0 | 301 | 142 | 121 |
| Binary | 10011111 | 11101010 | 11111110 | 100101 | 1000 | 0 | 0 | 11000001 | 1100010 | 1010001 |
Color Harmonies of #9FEAFE
Complementary color
Monochromatic Colors of #9FEAFE
Black with #9FEAFE
Text Example
Text Example
White with #9FEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAFE; }
p { color: rgb(159,234,254); }
H1.HeaderClassName
{
color: #9FEAFE;
}
.AnyTagClassName
{
color: #9FEAFE;
}
</style>
background-color css
<style>
a { background-color: #9FEAFE; }
a { background-color: rgb(159,234,254); }
div.DivClassName
{
background-color: #9FEAFE;
}
.BgClassName
{
background-color: #9FEAFE;
}
</style>
border-color css
<style>
span { border-color: #9FEAFE; }
span { border-color: rgb(159,234,254); }
td.TdClassName
{
border-color: #9FEAFE;
}
.TagClassName
{
border-color: #9FEAFE;
}
</style>