Shades of Columbia Blue #91DFF9
Tints of Columbia Blue #91DFF9
RGB
CMYK
RGB Variations
Color information
#91DFF9 (or 0x91DFF9) is known color: Columbia Blue. HEX triplet: 91, DF and F9. RGB value is (145,223,249). Sum of RGB (Red+Green+Blue) = 145+223+249=617 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.50% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #91DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFF9 is #6E2006. Grayscale: #CACACA. Windows color (decimal): -7217159 or 16375697. OLE color: 16375697.
HSL color Cylindrical-coordinate representation of color #91DFF9: hue angle of 195º degrees, saturation: 0.9, 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 #91DFF9 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 223 | 249 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.02 |
| HSL | 195º | 0.9% | 0.77% | - |
| HSV(B) | 195º | 0.42% | 0.98% | - |
| XYZ | 55.16 | 65.63 | 99.38 | - |
| YUV | 202.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 249 | 0.42 | 0.10 | 0 | 0.02 | 195 | 0.9 | 0.77 |
| Hex | 91 | DF | F9 | 2A | A | 0 | 2 | C3 | 5A | 4D |
| Octal | 221 | 337 | 371 | 52 | 12 | 0 | 2 | 303 | 132 | 115 |
| Binary | 10010001 | 11011111 | 11111001 | 101010 | 1010 | 0 | 10 | 11000011 | 1011010 | 1001101 |
Color Harmonies of #91DFF9
Complementary color
Monochromatic Colors of #91DFF9
Black with #91DFF9
Text Example
Text Example
White with #91DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFF9; }
p { color: rgb(145,223,249); }
H1.HeaderClassName
{
color: #91DFF9;
}
.AnyTagClassName
{
color: #91DFF9;
}
</style>
background-color css
<style>
a { background-color: #91DFF9; }
a { background-color: rgb(145,223,249); }
div.DivClassName
{
background-color: #91DFF9;
}
.BgClassName
{
background-color: #91DFF9;
}
</style>
border-color css
<style>
span { border-color: #91DFF9; }
span { border-color: rgb(145,223,249); }
td.TdClassName
{
border-color: #91DFF9;
}
.TagClassName
{
border-color: #91DFF9;
}
</style>