Shades of Columbia Blue #91E5FD
Tints of Columbia Blue #91E5FD
RGB
CMYK
RGB Variations
Color information
#91E5FD (or 0x91E5FD) is known color: Columbia Blue. HEX triplet: 91, E5 and FD. RGB value is (145,229,253). Sum of RGB (Red+Green+Blue) = 145+229+253=627 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.13% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #91E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E5FD is #6E1A02. Grayscale: #CECECE. Windows color (decimal): -7215619 or 16639377. OLE color: 16639377.
HSL color Cylindrical-coordinate representation of color #91E5FD: hue angle of 193.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91E5FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 229 | 253 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.01 |
| HSL | 193.33º | 0.96% | 0.78% | - |
| HSV(B) | 193.33º | 0.43% | 0.99% | - |
| XYZ | 57.43 | 69.15 | 103.25 | - |
| YUV | 206.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 253 | 0.43 | 0.09 | 0 | 0.01 | 193.33 | 0.96 | 0.78 |
| Hex | 91 | E5 | FD | 2B | 9 | 0 | 1 | C1 | 60 | 4E |
| Octal | 221 | 345 | 375 | 53 | 11 | 0 | 1 | 301 | 140 | 116 |
| Binary | 10010001 | 11100101 | 11111101 | 101011 | 1001 | 0 | 1 | 11000001 | 1100000 | 1001110 |
Color Harmonies of #91E5FD
Complementary color
Monochromatic Colors of #91E5FD
Black with #91E5FD
Text Example
Text Example
White with #91E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5FD; }
p { color: rgb(145,229,253); }
H1.HeaderClassName
{
color: #91E5FD;
}
.AnyTagClassName
{
color: #91E5FD;
}
</style>
background-color css
<style>
a { background-color: #91E5FD; }
a { background-color: rgb(145,229,253); }
div.DivClassName
{
background-color: #91E5FD;
}
.BgClassName
{
background-color: #91E5FD;
}
</style>
border-color css
<style>
span { border-color: #91E5FD; }
span { border-color: rgb(145,229,253); }
td.TdClassName
{
border-color: #91E5FD;
}
.TagClassName
{
border-color: #91E5FD;
}
</style>