Shades of Columbia Blue #91E6FF
Tints of Columbia Blue #91E6FF
RGB
CMYK
RGB Variations
Color information
#91E6FF (or 0x91E6FF) is known color: Columbia Blue. HEX triplet: 91, E6 and FF. RGB value is (145,230,255). Sum of RGB (Red+Green+Blue) = 145+230+255=630 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.02% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #91E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E6FF is #6E1900. Grayscale: #CFCFCF. Windows color (decimal): -7215361 or 16770705. OLE color: 16770705.
HSL color Cylindrical-coordinate representation of color #91E6FF: hue angle of 193.64º 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 #91E6FF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 230 | 255 | - |
| CMYK | 0.43 | 0.10 | 0 | 0 |
| HSL | 193.64º | 1% | 0.78% | - |
| HSV(B) | 193.64º | 0.43% | 1% | - |
| XYZ | 58.02 | 69.83 | 105.03 | - |
| YUV | 207.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 230 | 255 | 0.43 | 0.10 | 0 | 0 | 193.64 | 1 | 0.78 |
| Hex | 91 | E6 | FF | 2B | A | 0 | 0 | C2 | 64 | 4E |
| Octal | 221 | 346 | 377 | 53 | 12 | 0 | 0 | 302 | 144 | 116 |
| Binary | 10010001 | 11100110 | 11111111 | 101011 | 1010 | 0 | 0 | 11000010 | 1100100 | 1001110 |
Color Harmonies of #91E6FF
Complementary color
Monochromatic Colors of #91E6FF
Black with #91E6FF
Text Example
Text Example
White with #91E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E6FF; }
p { color: rgb(145,230,255); }
H1.HeaderClassName
{
color: #91E6FF;
}
.AnyTagClassName
{
color: #91E6FF;
}
</style>
background-color css
<style>
a { background-color: #91E6FF; }
a { background-color: rgb(145,230,255); }
div.DivClassName
{
background-color: #91E6FF;
}
.BgClassName
{
background-color: #91E6FF;
}
</style>
border-color css
<style>
span { border-color: #91E6FF; }
span { border-color: rgb(145,230,255); }
td.TdClassName
{
border-color: #91E6FF;
}
.TagClassName
{
border-color: #91E6FF;
}
</style>