Shades of Columbia Blue #91DBFB
Tints of Columbia Blue #91DBFB
RGB
CMYK
RGB Variations
Color information
#91DBFB (or 0x91DBFB) is known color: Columbia Blue. HEX triplet: 91, DB and FB. RGB value is (145,219,251). Sum of RGB (Red+Green+Blue) = 145+219+251=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #91DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBFB is #6E2404. Grayscale: #C8C8C8. Windows color (decimal): -7218181 or 16505745. OLE color: 16505745.
HSL color Cylindrical-coordinate representation of color #91DBFB: hue angle of 198.11º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DBFB is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 219 | 251 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.02 |
| HSL | 198.11º | 0.93% | 0.78% | - |
| HSV(B) | 198.11º | 0.42% | 0.98% | - |
| XYZ | 54.42 | 63.65 | 100.68 | - |
| YUV | 200.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 251 | 0.42 | 0.13 | 0 | 0.02 | 198.11 | 0.93 | 0.78 |
| Hex | 91 | DB | FB | 2A | D | 0 | 2 | C6 | 5D | 4E |
| Octal | 221 | 333 | 373 | 52 | 15 | 0 | 2 | 306 | 135 | 116 |
| Binary | 10010001 | 11011011 | 11111011 | 101010 | 1101 | 0 | 10 | 11000110 | 1011101 | 1001110 |
Color Harmonies of #91DBFB
Complementary color
Monochromatic Colors of #91DBFB
Black with #91DBFB
Text Example
Text Example
White with #91DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBFB; }
p { color: rgb(145,219,251); }
H1.HeaderClassName
{
color: #91DBFB;
}
.AnyTagClassName
{
color: #91DBFB;
}
</style>
background-color css
<style>
a { background-color: #91DBFB; }
a { background-color: rgb(145,219,251); }
div.DivClassName
{
background-color: #91DBFB;
}
.BgClassName
{
background-color: #91DBFB;
}
</style>
border-color css
<style>
span { border-color: #91DBFB; }
span { border-color: rgb(145,219,251); }
td.TdClassName
{
border-color: #91DBFB;
}
.TagClassName
{
border-color: #91DBFB;
}
</style>