Shades of Columbia Blue #91DDF5
Tints of Columbia Blue #91DDF5
RGB
CMYK
RGB Variations
Color information
#91DDF5 (or 0x91DDF5) is known color: Columbia Blue. HEX triplet: 91, DD and F5. RGB value is (145,221,245). Sum of RGB (Red+Green+Blue) = 145+221+245=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #91DDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDF5 is #6E220A. Grayscale: #C8C8C8. Windows color (decimal): -7217675 or 16113041. OLE color: 16113041.
HSL color Cylindrical-coordinate representation of color #91DDF5: hue angle of 194.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91DDF5 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 221 | 245 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.04 |
| HSL | 194.4º | 0.83% | 0.76% | - |
| HSV(B) | 194.4º | 0.41% | 0.96% | - |
| XYZ | 54.01 | 64.33 | 95.96 | - |
| YUV | 201.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 245 | 0.41 | 0.10 | 0 | 0.04 | 194.4 | 0.83 | 0.76 |
| Hex | 91 | DD | F5 | 29 | A | 0 | 4 | C2 | 53 | 4C |
| Octal | 221 | 335 | 365 | 51 | 12 | 0 | 4 | 302 | 123 | 114 |
| Binary | 10010001 | 11011101 | 11110101 | 101001 | 1010 | 0 | 100 | 11000010 | 1010011 | 1001100 |
Color Harmonies of #91DDF5
Complementary color
Monochromatic Colors of #91DDF5
Black with #91DDF5
Text Example
Text Example
White with #91DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDF5; }
p { color: rgb(145,221,245); }
H1.HeaderClassName
{
color: #91DDF5;
}
.AnyTagClassName
{
color: #91DDF5;
}
</style>
background-color css
<style>
a { background-color: #91DDF5; }
a { background-color: rgb(145,221,245); }
div.DivClassName
{
background-color: #91DDF5;
}
.BgClassName
{
background-color: #91DDF5;
}
</style>
border-color css
<style>
span { border-color: #91DDF5; }
span { border-color: rgb(145,221,245); }
td.TdClassName
{
border-color: #91DDF5;
}
.TagClassName
{
border-color: #91DDF5;
}
</style>