Shades of Columbia Blue #91DBFF
Tints of Columbia Blue #91DBFF
RGB
CMYK
RGB Variations
Color information
#91DBFF (or 0x91DBFF) is known color: Columbia Blue. HEX triplet: 91, DB and FF. RGB value is (145,219,255). Sum of RGB (Red+Green+Blue) = 145+219+255=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #91DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBFF is #6E2400. Grayscale: #C8C8C8. Windows color (decimal): -7218177 or 16767889. OLE color: 16767889.
HSL color Cylindrical-coordinate representation of color #91DBFF: hue angle of 199.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91DBFF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 219 | 255 | - |
| CMYK | 0.43 | 0.14 | 0 | 0 |
| HSL | 199.64º | 1% | 0.78% | - |
| HSV(B) | 199.64º | 0.43% | 1% | - |
| XYZ | 55.06 | 63.9 | 104.04 | - |
| YUV | 200.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 255 | 0.43 | 0.14 | 0 | 0 | 199.64 | 1 | 0.78 |
| Hex | 91 | DB | FF | 2B | E | 0 | 0 | C8 | 64 | 4E |
| Octal | 221 | 333 | 377 | 53 | 16 | 0 | 0 | 310 | 144 | 116 |
| Binary | 10010001 | 11011011 | 11111111 | 101011 | 1110 | 0 | 0 | 11001000 | 1100100 | 1001110 |
Color Harmonies of #91DBFF
Complementary color
Monochromatic Colors of #91DBFF
Black with #91DBFF
Text Example
Text Example
White with #91DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBFF; }
p { color: rgb(145,219,255); }
H1.HeaderClassName
{
color: #91DBFF;
}
.AnyTagClassName
{
color: #91DBFF;
}
</style>
background-color css
<style>
a { background-color: #91DBFF; }
a { background-color: rgb(145,219,255); }
div.DivClassName
{
background-color: #91DBFF;
}
.BgClassName
{
background-color: #91DBFF;
}
</style>
border-color css
<style>
span { border-color: #91DBFF; }
span { border-color: rgb(145,219,255); }
td.TdClassName
{
border-color: #91DBFF;
}
.TagClassName
{
border-color: #91DBFF;
}
</style>