Shades of Columbia Blue #91DEFE
Tints of Columbia Blue #91DEFE
RGB
CMYK
RGB Variations
Color information
#91DEFE (or 0x91DEFE) is known color: Columbia Blue. HEX triplet: 91, DE and FE. RGB value is (145,222,254). Sum of RGB (Red+Green+Blue) = 145+222+254=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #91DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEFE is #6E2101. Grayscale: #CACACA. Windows color (decimal): -7217410 or 16703121. OLE color: 16703121.
HSL color Cylindrical-coordinate representation of color #91DEFE: hue angle of 197.61º 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 #91DEFE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 222 | 254 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.00 |
| HSL | 197.61º | 0.98% | 0.78% | - |
| HSV(B) | 197.61º | 0.43% | 1% | - |
| XYZ | 55.69 | 65.42 | 103.46 | - |
| YUV | 202.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 254 | 0.43 | 0.13 | 0 | 0.00 | 197.61 | 0.98 | 0.78 |
| Hex | 91 | DE | FE | 2B | D | 0 | 0 | C6 | 62 | 4E |
| Octal | 221 | 336 | 376 | 53 | 15 | 0 | 0 | 306 | 142 | 116 |
| Binary | 10010001 | 11011110 | 11111110 | 101011 | 1101 | 0 | 0 | 11000110 | 1100010 | 1001110 |
Color Harmonies of #91DEFE
Complementary color
Monochromatic Colors of #91DEFE
Black with #91DEFE
Text Example
Text Example
White with #91DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DEFE; }
p { color: rgb(145,222,254); }
H1.HeaderClassName
{
color: #91DEFE;
}
.AnyTagClassName
{
color: #91DEFE;
}
</style>
background-color css
<style>
a { background-color: #91DEFE; }
a { background-color: rgb(145,222,254); }
div.DivClassName
{
background-color: #91DEFE;
}
.BgClassName
{
background-color: #91DEFE;
}
</style>
border-color css
<style>
span { border-color: #91DEFE; }
span { border-color: rgb(145,222,254); }
td.TdClassName
{
border-color: #91DEFE;
}
.TagClassName
{
border-color: #91DEFE;
}
</style>