Shades of Columbia Blue #91ECFE
Tints of Columbia Blue #91ECFE
RGB
CMYK
RGB Variations
Color information
#91ECFE (or 0x91ECFE) is known color: Columbia Blue. HEX triplet: 91, EC and FE. RGB value is (145,236,254). Sum of RGB (Red+Green+Blue) = 145+236+254=635 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.83% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #91ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECFE is #6E1301. Grayscale: #D2D2D2. Windows color (decimal): -7213826 or 16706705. OLE color: 16706705.
HSL color Cylindrical-coordinate representation of color #91ECFE: hue angle of 189.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91ECFE is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 236 | 254 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.00 |
| HSL | 189.91º | 0.98% | 0.78% | - |
| HSV(B) | 189.91º | 0.43% | 1% | - |
| XYZ | 59.56 | 73.17 | 104.75 | - |
| YUV | 210.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 254 | 0.43 | 0.07 | 0 | 0.00 | 189.91 | 0.98 | 0.78 |
| Hex | 91 | EC | FE | 2B | 7 | 0 | 0 | BE | 62 | 4E |
| Octal | 221 | 354 | 376 | 53 | 7 | 0 | 0 | 276 | 142 | 116 |
| Binary | 10010001 | 11101100 | 11111110 | 101011 | 111 | 0 | 0 | 10111110 | 1100010 | 1001110 |
Color Harmonies of #91ECFE
Complementary color
Monochromatic Colors of #91ECFE
Black with #91ECFE
Text Example
Text Example
White with #91ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECFE; }
p { color: rgb(145,236,254); }
H1.HeaderClassName
{
color: #91ECFE;
}
.AnyTagClassName
{
color: #91ECFE;
}
</style>
background-color css
<style>
a { background-color: #91ECFE; }
a { background-color: rgb(145,236,254); }
div.DivClassName
{
background-color: #91ECFE;
}
.BgClassName
{
background-color: #91ECFE;
}
</style>
border-color css
<style>
span { border-color: #91ECFE; }
span { border-color: rgb(145,236,254); }
td.TdClassName
{
border-color: #91ECFE;
}
.TagClassName
{
border-color: #91ECFE;
}
</style>