Shades of Columbia Blue #93D4FC
Tints of Columbia Blue #93D4FC
RGB
CMYK
RGB Variations
Color information
#93D4FC (or 0x93D4FC) is known color: Columbia Blue. HEX triplet: 93, D4 and FC. RGB value is (147,212,252). Sum of RGB (Red+Green+Blue) = 147+212+252=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #93D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D4FC is #6C2B03. Grayscale: #C4C4C4. Windows color (decimal): -7088900 or 16569491. OLE color: 16569491.
HSL color Cylindrical-coordinate representation of color #93D4FC: hue angle of 202.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93D4FC is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 212 | 252 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.01 |
| HSL | 202.86º | 0.95% | 0.78% | - |
| HSV(B) | 202.86º | 0.42% | 0.99% | - |
| XYZ | 53.15 | 60.32 | 100.94 | - |
| YUV | 197.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 252 | 0.42 | 0.16 | 0 | 0.01 | 202.86 | 0.95 | 0.78 |
| Hex | 93 | D4 | FC | 2A | 10 | 0 | 1 | CB | 5F | 4E |
| Octal | 223 | 324 | 374 | 52 | 20 | 0 | 1 | 313 | 137 | 116 |
| Binary | 10010011 | 11010100 | 11111100 | 101010 | 10000 | 0 | 1 | 11001011 | 1011111 | 1001110 |
Color Harmonies of #93D4FC
Complementary color
Monochromatic Colors of #93D4FC
Black with #93D4FC
Text Example
Text Example
White with #93D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4FC; }
p { color: rgb(147,212,252); }
H1.HeaderClassName
{
color: #93D4FC;
}
.AnyTagClassName
{
color: #93D4FC;
}
</style>
background-color css
<style>
a { background-color: #93D4FC; }
a { background-color: rgb(147,212,252); }
div.DivClassName
{
background-color: #93D4FC;
}
.BgClassName
{
background-color: #93D4FC;
}
</style>
border-color css
<style>
span { border-color: #93D4FC; }
span { border-color: rgb(147,212,252); }
td.TdClassName
{
border-color: #93D4FC;
}
.TagClassName
{
border-color: #93D4FC;
}
</style>