Shades of Columbia Blue #91DCF8
Tints of Columbia Blue #91DCF8
RGB
CMYK
RGB Variations
Color information
#91DCF8 (or 0x91DCF8) is known color: Columbia Blue. HEX triplet: 91, DC and F8. RGB value is (145,220,248). Sum of RGB (Red+Green+Blue) = 145+220+248=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #91DCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCF8 is #6E2307. Grayscale: #C8C8C8. Windows color (decimal): -7217928 or 16309393. OLE color: 16309393.
HSL color Cylindrical-coordinate representation of color #91DCF8: hue angle of 196.31º 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 #91DCF8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 220 | 248 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.03 |
| HSL | 196.31º | 0.88% | 0.77% | - |
| HSV(B) | 196.31º | 0.42% | 0.97% | - |
| XYZ | 54.21 | 63.98 | 98.3 | - |
| YUV | 200.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 248 | 0.42 | 0.11 | 0 | 0.03 | 196.31 | 0.88 | 0.77 |
| Hex | 91 | DC | F8 | 2A | B | 0 | 3 | C4 | 58 | 4D |
| Octal | 221 | 334 | 370 | 52 | 13 | 0 | 3 | 304 | 130 | 115 |
| Binary | 10010001 | 11011100 | 11111000 | 101010 | 1011 | 0 | 11 | 11000100 | 1011000 | 1001101 |
Color Harmonies of #91DCF8
Complementary color
Monochromatic Colors of #91DCF8
Black with #91DCF8
Text Example
Text Example
White with #91DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCF8; }
p { color: rgb(145,220,248); }
H1.HeaderClassName
{
color: #91DCF8;
}
.AnyTagClassName
{
color: #91DCF8;
}
</style>
background-color css
<style>
a { background-color: #91DCF8; }
a { background-color: rgb(145,220,248); }
div.DivClassName
{
background-color: #91DCF8;
}
.BgClassName
{
background-color: #91DCF8;
}
</style>
border-color css
<style>
span { border-color: #91DCF8; }
span { border-color: rgb(145,220,248); }
td.TdClassName
{
border-color: #91DCF8;
}
.TagClassName
{
border-color: #91DCF8;
}
</style>