Shades of Columbia Blue #91D8FE
Tints of Columbia Blue #91D8FE
RGB
CMYK
RGB Variations
Color information
#91D8FE (or 0x91D8FE) is known color: Columbia Blue. HEX triplet: 91, D8 and FE. RGB value is (145,216,254). Sum of RGB (Red+Green+Blue) = 145+216+254=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D8FE is #6E2701. Grayscale: #C6C6C6. Windows color (decimal): -7218946 or 16701585. OLE color: 16701585.
HSL color Cylindrical-coordinate representation of color #91D8FE: hue angle of 200.92º 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 #91D8FE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 216 | 254 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.00 |
| HSL | 200.92º | 0.98% | 0.78% | - |
| HSV(B) | 200.92º | 0.43% | 1% | - |
| XYZ | 54.12 | 62.29 | 102.94 | - |
| YUV | 199.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 254 | 0.43 | 0.15 | 0 | 0.00 | 200.92 | 0.98 | 0.78 |
| Hex | 91 | D8 | FE | 2B | F | 0 | 0 | C9 | 62 | 4E |
| Octal | 221 | 330 | 376 | 53 | 17 | 0 | 0 | 311 | 142 | 116 |
| Binary | 10010001 | 11011000 | 11111110 | 101011 | 1111 | 0 | 0 | 11001001 | 1100010 | 1001110 |
Color Harmonies of #91D8FE
Complementary color
Monochromatic Colors of #91D8FE
Black with #91D8FE
Text Example
Text Example
White with #91D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D8FE; }
p { color: rgb(145,216,254); }
H1.HeaderClassName
{
color: #91D8FE;
}
.AnyTagClassName
{
color: #91D8FE;
}
</style>
background-color css
<style>
a { background-color: #91D8FE; }
a { background-color: rgb(145,216,254); }
div.DivClassName
{
background-color: #91D8FE;
}
.BgClassName
{
background-color: #91D8FE;
}
</style>
border-color css
<style>
span { border-color: #91D8FE; }
span { border-color: rgb(145,216,254); }
td.TdClassName
{
border-color: #91D8FE;
}
.TagClassName
{
border-color: #91D8FE;
}
</style>