Shades of Columbia Blue #9FE5F9
Tints of Columbia Blue #9FE5F9
RGB
CMYK
RGB Variations
Color information
#9FE5F9 (or 0x9FE5F9) is known color: Columbia Blue. HEX triplet: 9F, E5 and F9. RGB value is (159,229,249). Sum of RGB (Red+Green+Blue) = 159+229+249=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5F9 is #601A06. Grayscale: #D2D2D2. Windows color (decimal): -6298119 or 16377247. OLE color: 16377247.
HSL color Cylindrical-coordinate representation of color #9FE5F9: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FE5F9 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 229 | 249 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.02 |
| HSL | 193.33º | 0.88% | 0.8% | - |
| HSV(B) | 193.33º | 0.36% | 0.98% | - |
| XYZ | 59.42 | 70.25 | 100.05 | - |
| YUV | 210.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 249 | 0.36 | 0.08 | 0 | 0.02 | 193.33 | 0.88 | 0.8 |
| Hex | 9F | E5 | F9 | 24 | 8 | 0 | 2 | C1 | 58 | 50 |
| Octal | 237 | 345 | 371 | 44 | 10 | 0 | 2 | 301 | 130 | 120 |
| Binary | 10011111 | 11100101 | 11111001 | 100100 | 1000 | 0 | 10 | 11000001 | 1011000 | 1010000 |
Color Harmonies of #9FE5F9
Complementary color
Monochromatic Colors of #9FE5F9
Black with #9FE5F9
Text Example
Text Example
White with #9FE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5F9; }
p { color: rgb(159,229,249); }
H1.HeaderClassName
{
color: #9FE5F9;
}
.AnyTagClassName
{
color: #9FE5F9;
}
</style>
background-color css
<style>
a { background-color: #9FE5F9; }
a { background-color: rgb(159,229,249); }
div.DivClassName
{
background-color: #9FE5F9;
}
.BgClassName
{
background-color: #9FE5F9;
}
</style>
border-color css
<style>
span { border-color: #9FE5F9; }
span { border-color: rgb(159,229,249); }
td.TdClassName
{
border-color: #9FE5F9;
}
.TagClassName
{
border-color: #9FE5F9;
}
</style>