Shades of Columbia Blue #91E6FD
Tints of Columbia Blue #91E6FD
RGB
CMYK
RGB Variations
Color information
#91E6FD (or 0x91E6FD) is known color: Columbia Blue. HEX triplet: 91, E6 and FD. RGB value is (145,230,253). Sum of RGB (Red+Green+Blue) = 145+230+253=628 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.09% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #91E6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E6FD is #6E1902. Grayscale: #CFCFCF. Windows color (decimal): -7215363 or 16639633. OLE color: 16639633.
HSL color Cylindrical-coordinate representation of color #91E6FD: hue angle of 192.78º 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 #91E6FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 230 | 253 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.01 |
| HSL | 192.78º | 0.96% | 0.78% | - |
| HSV(B) | 192.78º | 0.43% | 0.99% | - |
| XYZ | 57.7 | 69.71 | 103.34 | - |
| YUV | 207.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 230 | 253 | 0.43 | 0.09 | 0 | 0.01 | 192.78 | 0.96 | 0.78 |
| Hex | 91 | E6 | FD | 2B | 9 | 0 | 1 | C1 | 60 | 4E |
| Octal | 221 | 346 | 375 | 53 | 11 | 0 | 1 | 301 | 140 | 116 |
| Binary | 10010001 | 11100110 | 11111101 | 101011 | 1001 | 0 | 1 | 11000001 | 1100000 | 1001110 |
Color Harmonies of #91E6FD
Complementary color
Monochromatic Colors of #91E6FD
Black with #91E6FD
Text Example
Text Example
White with #91E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E6FD; }
p { color: rgb(145,230,253); }
H1.HeaderClassName
{
color: #91E6FD;
}
.AnyTagClassName
{
color: #91E6FD;
}
</style>
background-color css
<style>
a { background-color: #91E6FD; }
a { background-color: rgb(145,230,253); }
div.DivClassName
{
background-color: #91E6FD;
}
.BgClassName
{
background-color: #91E6FD;
}
</style>
border-color css
<style>
span { border-color: #91E6FD; }
span { border-color: rgb(145,230,253); }
td.TdClassName
{
border-color: #91E6FD;
}
.TagClassName
{
border-color: #91E6FD;
}
</style>