Shades of Columbia Blue #91ECFF
Tints of Columbia Blue #91ECFF
RGB
CMYK
RGB Variations
Color information
#91ECFF (or 0x91ECFF) is known color: Columbia Blue. HEX triplet: 91, EC and FF. RGB value is (145,236,255). Sum of RGB (Red+Green+Blue) = 145+236+255=636 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.80% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #91ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECFF is #6E1300. Grayscale: #D2D2D2. Windows color (decimal): -7213825 or 16772241. OLE color: 16772241.
HSL color Cylindrical-coordinate representation of color #91ECFF: hue angle of 190.36º 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 #91ECFF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 236 | 255 | - |
| CMYK | 0.43 | 0.07 | 0 | 0 |
| HSL | 190.36º | 1% | 0.78% | - |
| HSV(B) | 190.36º | 0.43% | 1% | - |
| XYZ | 59.72 | 73.23 | 105.6 | - |
| YUV | 210.96 | 152.85 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 255 | 0.43 | 0.07 | 0 | 0 | 190.36 | 1 | 0.78 |
| Hex | 91 | EC | FF | 2B | 7 | 0 | 0 | BE | 64 | 4E |
| Octal | 221 | 354 | 377 | 53 | 7 | 0 | 0 | 276 | 144 | 116 |
| Binary | 10010001 | 11101100 | 11111111 | 101011 | 111 | 0 | 0 | 10111110 | 1100100 | 1001110 |
Color Harmonies of #91ECFF
Complementary color
Monochromatic Colors of #91ECFF
Black with #91ECFF
Text Example
Text Example
White with #91ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECFF; }
p { color: rgb(145,236,255); }
H1.HeaderClassName
{
color: #91ECFF;
}
.AnyTagClassName
{
color: #91ECFF;
}
</style>
background-color css
<style>
a { background-color: #91ECFF; }
a { background-color: rgb(145,236,255); }
div.DivClassName
{
background-color: #91ECFF;
}
.BgClassName
{
background-color: #91ECFF;
}
</style>
border-color css
<style>
span { border-color: #91ECFF; }
span { border-color: rgb(145,236,255); }
td.TdClassName
{
border-color: #91ECFF;
}
.TagClassName
{
border-color: #91ECFF;
}
</style>