Shades of Columbia Blue #93E8FC
Tints of Columbia Blue #93E8FC
RGB
CMYK
RGB Variations
Color information
#93E8FC (or 0x93E8FC) is known color: Columbia Blue. HEX triplet: 93, E8 and FC. RGB value is (147,232,252). Sum of RGB (Red+Green+Blue) = 147+232+252=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8FC is #6C1703. Grayscale: #D0D0D0. Windows color (decimal): -7083780 or 16574611. OLE color: 16574611.
HSL color Cylindrical-coordinate representation of color #93E8FC: hue angle of 191.43º 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 #93E8FC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 232 | 252 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.01 |
| HSL | 191.43º | 0.95% | 0.78% | - |
| HSV(B) | 191.43º | 0.42% | 0.99% | - |
| XYZ | 58.46 | 70.94 | 102.71 | - |
| YUV | 208.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 252 | 0.42 | 0.08 | 0 | 0.01 | 191.43 | 0.95 | 0.78 |
| Hex | 93 | E8 | FC | 2A | 8 | 0 | 1 | BF | 5F | 4E |
| Octal | 223 | 350 | 374 | 52 | 10 | 0 | 1 | 277 | 137 | 116 |
| Binary | 10010011 | 11101000 | 11111100 | 101010 | 1000 | 0 | 1 | 10111111 | 1011111 | 1001110 |
Color Harmonies of #93E8FC
Complementary color
Monochromatic Colors of #93E8FC
Black with #93E8FC
Text Example
Text Example
White with #93E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8FC; }
p { color: rgb(147,232,252); }
H1.HeaderClassName
{
color: #93E8FC;
}
.AnyTagClassName
{
color: #93E8FC;
}
</style>
background-color css
<style>
a { background-color: #93E8FC; }
a { background-color: rgb(147,232,252); }
div.DivClassName
{
background-color: #93E8FC;
}
.BgClassName
{
background-color: #93E8FC;
}
</style>
border-color css
<style>
span { border-color: #93E8FC; }
span { border-color: rgb(147,232,252); }
td.TdClassName
{
border-color: #93E8FC;
}
.TagClassName
{
border-color: #93E8FC;
}
</style>