Shades of Columbia Blue #91DDF8
Tints of Columbia Blue #91DDF8
RGB
CMYK
RGB Variations
Color information
#91DDF8 (or 0x91DDF8) is known color: Columbia Blue. HEX triplet: 91, DD and F8. RGB value is (145,221,248). Sum of RGB (Red+Green+Blue) = 145+221+248=614 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.62% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #91DDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDF8 is #6E2207. Grayscale: #C9C9C9. Windows color (decimal): -7217672 or 16309649. OLE color: 16309649.
HSL color Cylindrical-coordinate representation of color #91DDF8: hue angle of 195.73º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DDF8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 221 | 248 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.03 |
| HSL | 195.73º | 0.88% | 0.77% | - |
| HSV(B) | 195.73º | 0.42% | 0.97% | - |
| XYZ | 54.48 | 64.51 | 98.39 | - |
| YUV | 201.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 248 | 0.42 | 0.11 | 0 | 0.03 | 195.73 | 0.88 | 0.77 |
| Hex | 91 | DD | F8 | 2A | B | 0 | 3 | C4 | 58 | 4D |
| Octal | 221 | 335 | 370 | 52 | 13 | 0 | 3 | 304 | 130 | 115 |
| Binary | 10010001 | 11011101 | 11111000 | 101010 | 1011 | 0 | 11 | 11000100 | 1011000 | 1001101 |
Color Harmonies of #91DDF8
Complementary color
Monochromatic Colors of #91DDF8
Black with #91DDF8
Text Example
Text Example
White with #91DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDF8; }
p { color: rgb(145,221,248); }
H1.HeaderClassName
{
color: #91DDF8;
}
.AnyTagClassName
{
color: #91DDF8;
}
</style>
background-color css
<style>
a { background-color: #91DDF8; }
a { background-color: rgb(145,221,248); }
div.DivClassName
{
background-color: #91DDF8;
}
.BgClassName
{
background-color: #91DDF8;
}
</style>
border-color css
<style>
span { border-color: #91DDF8; }
span { border-color: rgb(145,221,248); }
td.TdClassName
{
border-color: #91DDF8;
}
.TagClassName
{
border-color: #91DDF8;
}
</style>