Shades of Columbia Blue #91DBFE
Tints of Columbia Blue #91DBFE
RGB
CMYK
RGB Variations
Color information
#91DBFE (or 0x91DBFE) is known color: Columbia Blue. HEX triplet: 91, DB and FE. RGB value is (145,219,254). Sum of RGB (Red+Green+Blue) = 145+219+254=618 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.46% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #91DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBFE is #6E2401. Grayscale: #C8C8C8. Windows color (decimal): -7218178 or 16702353. OLE color: 16702353.
HSL color Cylindrical-coordinate representation of color #91DBFE: hue angle of 199.27º 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 #91DBFE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 219 | 254 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.00 |
| HSL | 199.27º | 0.98% | 0.78% | - |
| HSV(B) | 199.27º | 0.43% | 1% | - |
| XYZ | 54.9 | 63.84 | 103.19 | - |
| YUV | 200.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 254 | 0.43 | 0.14 | 0 | 0.00 | 199.27 | 0.98 | 0.78 |
| Hex | 91 | DB | FE | 2B | E | 0 | 0 | C7 | 62 | 4E |
| Octal | 221 | 333 | 376 | 53 | 16 | 0 | 0 | 307 | 142 | 116 |
| Binary | 10010001 | 11011011 | 11111110 | 101011 | 1110 | 0 | 0 | 11000111 | 1100010 | 1001110 |
Color Harmonies of #91DBFE
Complementary color
Monochromatic Colors of #91DBFE
Black with #91DBFE
Text Example
Text Example
White with #91DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBFE; }
p { color: rgb(145,219,254); }
H1.HeaderClassName
{
color: #91DBFE;
}
.AnyTagClassName
{
color: #91DBFE;
}
</style>
background-color css
<style>
a { background-color: #91DBFE; }
a { background-color: rgb(145,219,254); }
div.DivClassName
{
background-color: #91DBFE;
}
.BgClassName
{
background-color: #91DBFE;
}
</style>
border-color css
<style>
span { border-color: #91DBFE; }
span { border-color: rgb(145,219,254); }
td.TdClassName
{
border-color: #91DBFE;
}
.TagClassName
{
border-color: #91DBFE;
}
</style>