Shades of Columbia Blue #93E4FB
Tints of Columbia Blue #93E4FB
RGB
CMYK
RGB Variations
Color information
#93E4FB (or 0x93E4FB) is known color: Columbia Blue. HEX triplet: 93, E4 and FB. RGB value is (147,228,251). Sum of RGB (Red+Green+Blue) = 147+228+251=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #93E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E4FB is #6C1B04. Grayscale: #CECECE. Windows color (decimal): -7084805 or 16508051. OLE color: 16508051.
HSL color Cylindrical-coordinate representation of color #93E4FB: hue angle of 193.27º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93E4FB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 228 | 251 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.02 |
| HSL | 193.27º | 0.93% | 0.78% | - |
| HSV(B) | 193.27º | 0.41% | 0.98% | - |
| XYZ | 57.19 | 68.65 | 101.5 | - |
| YUV | 206.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 251 | 0.41 | 0.09 | 0 | 0.02 | 193.27 | 0.93 | 0.78 |
| Hex | 93 | E4 | FB | 29 | 9 | 0 | 2 | C1 | 5D | 4E |
| Octal | 223 | 344 | 373 | 51 | 11 | 0 | 2 | 301 | 135 | 116 |
| Binary | 10010011 | 11100100 | 11111011 | 101001 | 1001 | 0 | 10 | 11000001 | 1011101 | 1001110 |
Color Harmonies of #93E4FB
Complementary color
Monochromatic Colors of #93E4FB
Black with #93E4FB
Text Example
Text Example
White with #93E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E4FB; }
p { color: rgb(147,228,251); }
H1.HeaderClassName
{
color: #93E4FB;
}
.AnyTagClassName
{
color: #93E4FB;
}
</style>
background-color css
<style>
a { background-color: #93E4FB; }
a { background-color: rgb(147,228,251); }
div.DivClassName
{
background-color: #93E4FB;
}
.BgClassName
{
background-color: #93E4FB;
}
</style>
border-color css
<style>
span { border-color: #93E4FB; }
span { border-color: rgb(147,228,251); }
td.TdClassName
{
border-color: #93E4FB;
}
.TagClassName
{
border-color: #93E4FB;
}
</style>