Shades of Columbia Blue #91DDFB
Tints of Columbia Blue #91DDFB
RGB
CMYK
RGB Variations
Color information
#91DDFB (or 0x91DDFB) is known color: Columbia Blue. HEX triplet: 91, DD and FB. RGB value is (145,221,251). Sum of RGB (Red+Green+Blue) = 145+221+251=617 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.50% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #91DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DDFB is #6E2204. Grayscale: #C9C9C9. Windows color (decimal): -7217669 or 16506257. OLE color: 16506257.
HSL color Cylindrical-coordinate representation of color #91DDFB: hue angle of 196.98º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DDFB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 221 | 251 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.02 |
| HSL | 196.98º | 0.93% | 0.78% | - |
| HSV(B) | 196.98º | 0.42% | 0.98% | - |
| XYZ | 54.95 | 64.7 | 100.86 | - |
| YUV | 201.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 251 | 0.42 | 0.12 | 0 | 0.02 | 196.98 | 0.93 | 0.78 |
| Hex | 91 | DD | FB | 2A | C | 0 | 2 | C5 | 5D | 4E |
| Octal | 221 | 335 | 373 | 52 | 14 | 0 | 2 | 305 | 135 | 116 |
| Binary | 10010001 | 11011101 | 11111011 | 101010 | 1100 | 0 | 10 | 11000101 | 1011101 | 1001110 |
Color Harmonies of #91DDFB
Complementary color
Monochromatic Colors of #91DDFB
Black with #91DDFB
Text Example
Text Example
White with #91DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDFB; }
p { color: rgb(145,221,251); }
H1.HeaderClassName
{
color: #91DDFB;
}
.AnyTagClassName
{
color: #91DDFB;
}
</style>
background-color css
<style>
a { background-color: #91DDFB; }
a { background-color: rgb(145,221,251); }
div.DivClassName
{
background-color: #91DDFB;
}
.BgClassName
{
background-color: #91DDFB;
}
</style>
border-color css
<style>
span { border-color: #91DDFB; }
span { border-color: rgb(145,221,251); }
td.TdClassName
{
border-color: #91DDFB;
}
.TagClassName
{
border-color: #91DDFB;
}
</style>