Shades of Columbia Blue #91E0F4
Tints of Columbia Blue #91E0F4
RGB
CMYK
RGB Variations
Color information
#91E0F4 (or 0x91E0F4) is known color: Columbia Blue. HEX triplet: 91, E0 and F4. RGB value is (145,224,244). Sum of RGB (Red+Green+Blue) = 145+224+244=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #91E0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0F4 is #6E1F0B. Grayscale: #CACACA. Windows color (decimal): -7216908 or 16048273. OLE color: 16048273.
HSL color Cylindrical-coordinate representation of color #91E0F4: hue angle of 192.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91E0F4 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 224 | 244 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.04 |
| HSL | 192.12º | 0.82% | 0.76% | - |
| HSV(B) | 192.12º | 0.41% | 0.96% | - |
| XYZ | 54.66 | 65.86 | 95.42 | - |
| YUV | 202.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 244 | 0.41 | 0.08 | 0 | 0.04 | 192.12 | 0.82 | 0.76 |
| Hex | 91 | E0 | F4 | 29 | 8 | 0 | 4 | C0 | 52 | 4C |
| Octal | 221 | 340 | 364 | 51 | 10 | 0 | 4 | 300 | 122 | 114 |
| Binary | 10010001 | 11100000 | 11110100 | 101001 | 1000 | 0 | 100 | 11000000 | 1010010 | 1001100 |
Color Harmonies of #91E0F4
Complementary color
Monochromatic Colors of #91E0F4
Black with #91E0F4
Text Example
Text Example
White with #91E0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E0F4; }
p { color: rgb(145,224,244); }
H1.HeaderClassName
{
color: #91E0F4;
}
.AnyTagClassName
{
color: #91E0F4;
}
</style>
background-color css
<style>
a { background-color: #91E0F4; }
a { background-color: rgb(145,224,244); }
div.DivClassName
{
background-color: #91E0F4;
}
.BgClassName
{
background-color: #91E0F4;
}
</style>
border-color css
<style>
span { border-color: #91E0F4; }
span { border-color: rgb(145,224,244); }
td.TdClassName
{
border-color: #91E0F4;
}
.TagClassName
{
border-color: #91E0F4;
}
</style>