Shades of Columbia Blue #91D6FA
Tints of Columbia Blue #91D6FA
RGB
CMYK
RGB Variations
Color information
#91D6FA (or 0x91D6FA) is known color: Columbia Blue. HEX triplet: 91, D6 and FA. RGB value is (145,214,250). Sum of RGB (Red+Green+Blue) = 145+214+250=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #91D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D6FA is #6E2905. Grayscale: #C5C5C5. Windows color (decimal): -7219462 or 16438929. OLE color: 16438929.
HSL color Cylindrical-coordinate representation of color #91D6FA: hue angle of 200.57º degrees, saturation: 0.91, 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 #91D6FA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 214 | 250 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.02 |
| HSL | 200.57º | 0.91% | 0.77% | - |
| HSV(B) | 200.57º | 0.42% | 0.98% | - |
| XYZ | 52.98 | 61.02 | 99.43 | - |
| YUV | 197.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 250 | 0.42 | 0.14 | 0 | 0.02 | 200.57 | 0.91 | 0.77 |
| Hex | 91 | D6 | FA | 2A | E | 0 | 2 | C9 | 5B | 4D |
| Octal | 221 | 326 | 372 | 52 | 16 | 0 | 2 | 311 | 133 | 115 |
| Binary | 10010001 | 11010110 | 11111010 | 101010 | 1110 | 0 | 10 | 11001001 | 1011011 | 1001101 |
Color Harmonies of #91D6FA
Complementary color
Monochromatic Colors of #91D6FA
Black with #91D6FA
Text Example
Text Example
White with #91D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D6FA; }
p { color: rgb(145,214,250); }
H1.HeaderClassName
{
color: #91D6FA;
}
.AnyTagClassName
{
color: #91D6FA;
}
</style>
background-color css
<style>
a { background-color: #91D6FA; }
a { background-color: rgb(145,214,250); }
div.DivClassName
{
background-color: #91D6FA;
}
.BgClassName
{
background-color: #91D6FA;
}
</style>
border-color css
<style>
span { border-color: #91D6FA; }
span { border-color: rgb(145,214,250); }
td.TdClassName
{
border-color: #91D6FA;
}
.TagClassName
{
border-color: #91D6FA;
}
</style>