Shades of Columbia Blue #91DBF9
Tints of Columbia Blue #91DBF9
RGB
CMYK
RGB Variations
Color information
#91DBF9 (or 0x91DBF9) is known color: Columbia Blue. HEX triplet: 91, DB and F9. RGB value is (145,219,249). Sum of RGB (Red+Green+Blue) = 145+219+249=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #91DBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBF9 is #6E2406. Grayscale: #C8C8C8. Windows color (decimal): -7218183 or 16374673. OLE color: 16374673.
HSL color Cylindrical-coordinate representation of color #91DBF9: hue angle of 197.31º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DBF9 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 219 | 249 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.02 |
| HSL | 197.31º | 0.9% | 0.77% | - |
| HSV(B) | 197.31º | 0.42% | 0.98% | - |
| XYZ | 54.11 | 63.52 | 99.03 | - |
| YUV | 200.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 249 | 0.42 | 0.12 | 0 | 0.02 | 197.31 | 0.9 | 0.77 |
| Hex | 91 | DB | F9 | 2A | C | 0 | 2 | C5 | 5A | 4D |
| Octal | 221 | 333 | 371 | 52 | 14 | 0 | 2 | 305 | 132 | 115 |
| Binary | 10010001 | 11011011 | 11111001 | 101010 | 1100 | 0 | 10 | 11000101 | 1011010 | 1001101 |
Color Harmonies of #91DBF9
Complementary color
Monochromatic Colors of #91DBF9
Black with #91DBF9
Text Example
Text Example
White with #91DBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBF9; }
p { color: rgb(145,219,249); }
H1.HeaderClassName
{
color: #91DBF9;
}
.AnyTagClassName
{
color: #91DBF9;
}
</style>
background-color css
<style>
a { background-color: #91DBF9; }
a { background-color: rgb(145,219,249); }
div.DivClassName
{
background-color: #91DBF9;
}
.BgClassName
{
background-color: #91DBF9;
}
</style>
border-color css
<style>
span { border-color: #91DBF9; }
span { border-color: rgb(145,219,249); }
td.TdClassName
{
border-color: #91DBF9;
}
.TagClassName
{
border-color: #91DBF9;
}
</style>