Shades of Columbia Blue #91E5FF
Tints of Columbia Blue #91E5FF
RGB
CMYK
RGB Variations
Color information
#91E5FF (or 0x91E5FF) is known color: Columbia Blue. HEX triplet: 91, E5 and FF. RGB value is (145,229,255). Sum of RGB (Red+Green+Blue) = 145+229+255=629 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.05% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #91E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5FF is #6E1A00. Grayscale: #CECECE. Windows color (decimal): -7215617 or 16770449. OLE color: 16770449.
HSL color Cylindrical-coordinate representation of color #91E5FF: hue angle of 194.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91E5FF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 229 | 255 | - |
| CMYK | 0.43 | 0.10 | 0 | 0 |
| HSL | 194.18º | 1% | 0.78% | - |
| HSV(B) | 194.18º | 0.43% | 1% | - |
| XYZ | 57.75 | 69.28 | 104.94 | - |
| YUV | 206.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 255 | 0.43 | 0.10 | 0 | 0 | 194.18 | 1 | 0.78 |
| Hex | 91 | E5 | FF | 2B | A | 0 | 0 | C2 | 64 | 4E |
| Octal | 221 | 345 | 377 | 53 | 12 | 0 | 0 | 302 | 144 | 116 |
| Binary | 10010001 | 11100101 | 11111111 | 101011 | 1010 | 0 | 0 | 11000010 | 1100100 | 1001110 |
Color Harmonies of #91E5FF
Complementary color
Monochromatic Colors of #91E5FF
Black with #91E5FF
Text Example
Text Example
White with #91E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5FF; }
p { color: rgb(145,229,255); }
H1.HeaderClassName
{
color: #91E5FF;
}
.AnyTagClassName
{
color: #91E5FF;
}
</style>
background-color css
<style>
a { background-color: #91E5FF; }
a { background-color: rgb(145,229,255); }
div.DivClassName
{
background-color: #91E5FF;
}
.BgClassName
{
background-color: #91E5FF;
}
</style>
border-color css
<style>
span { border-color: #91E5FF; }
span { border-color: rgb(145,229,255); }
td.TdClassName
{
border-color: #91E5FF;
}
.TagClassName
{
border-color: #91E5FF;
}
</style>