Shades of Columbia Blue #91E0F9
Tints of Columbia Blue #91E0F9
RGB
CMYK
RGB Variations
Color information
#91E0F9 (or 0x91E0F9) is known color: Columbia Blue. HEX triplet: 91, E0 and F9. RGB value is (145,224,249). Sum of RGB (Red+Green+Blue) = 145+224+249=618 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.46% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0F9 is #6E1F06. Grayscale: #CBCBCB. Windows color (decimal): -7216903 or 16375953. OLE color: 16375953.
HSL color Cylindrical-coordinate representation of color #91E0F9: hue angle of 194.42º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91E0F9 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 224 | 249 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.02 |
| HSL | 194.42º | 0.9% | 0.77% | - |
| HSV(B) | 194.42º | 0.42% | 0.98% | - |
| XYZ | 55.43 | 66.17 | 99.47 | - |
| YUV | 203.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 249 | 0.42 | 0.10 | 0 | 0.02 | 194.42 | 0.9 | 0.77 |
| Hex | 91 | E0 | F9 | 2A | A | 0 | 2 | C2 | 5A | 4D |
| Octal | 221 | 340 | 371 | 52 | 12 | 0 | 2 | 302 | 132 | 115 |
| Binary | 10010001 | 11100000 | 11111001 | 101010 | 1010 | 0 | 10 | 11000010 | 1011010 | 1001101 |
Color Harmonies of #91E0F9
Complementary color
Monochromatic Colors of #91E0F9
Black with #91E0F9
Text Example
Text Example
White with #91E0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E0F9; }
p { color: rgb(145,224,249); }
H1.HeaderClassName
{
color: #91E0F9;
}
.AnyTagClassName
{
color: #91E0F9;
}
</style>
background-color css
<style>
a { background-color: #91E0F9; }
a { background-color: rgb(145,224,249); }
div.DivClassName
{
background-color: #91E0F9;
}
.BgClassName
{
background-color: #91E0F9;
}
</style>
border-color css
<style>
span { border-color: #91E0F9; }
span { border-color: rgb(145,224,249); }
td.TdClassName
{
border-color: #91E0F9;
}
.TagClassName
{
border-color: #91E0F9;
}
</style>