Shades of Columbia Blue #91ECFC
Tints of Columbia Blue #91ECFC
RGB
CMYK
RGB Variations
Color information
#91ECFC (or 0x91ECFC) is known color: Columbia Blue. HEX triplet: 91, EC and FC. RGB value is (145,236,252). Sum of RGB (Red+Green+Blue) = 145+236+252=633 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.91% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #91ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECFC is #6E1303. Grayscale: #D2D2D2. Windows color (decimal): -7213828 or 16575633. OLE color: 16575633.
HSL color Cylindrical-coordinate representation of color #91ECFC: hue angle of 188.97º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91ECFC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 236 | 252 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.01 |
| HSL | 188.97º | 0.95% | 0.78% | - |
| HSV(B) | 188.97º | 0.42% | 0.99% | - |
| XYZ | 59.24 | 73.04 | 103.07 | - |
| YUV | 210.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 252 | 0.42 | 0.06 | 0 | 0.01 | 188.97 | 0.95 | 0.78 |
| Hex | 91 | EC | FC | 2A | 6 | 0 | 1 | BD | 5F | 4E |
| Octal | 221 | 354 | 374 | 52 | 6 | 0 | 1 | 275 | 137 | 116 |
| Binary | 10010001 | 11101100 | 11111100 | 101010 | 110 | 0 | 1 | 10111101 | 1011111 | 1001110 |
Color Harmonies of #91ECFC
Complementary color
Monochromatic Colors of #91ECFC
Black with #91ECFC
Text Example
Text Example
White with #91ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECFC; }
p { color: rgb(145,236,252); }
H1.HeaderClassName
{
color: #91ECFC;
}
.AnyTagClassName
{
color: #91ECFC;
}
</style>
background-color css
<style>
a { background-color: #91ECFC; }
a { background-color: rgb(145,236,252); }
div.DivClassName
{
background-color: #91ECFC;
}
.BgClassName
{
background-color: #91ECFC;
}
</style>
border-color css
<style>
span { border-color: #91ECFC; }
span { border-color: rgb(145,236,252); }
td.TdClassName
{
border-color: #91ECFC;
}
.TagClassName
{
border-color: #91ECFC;
}
</style>