Shades of Columbia Blue #93E5FC
Tints of Columbia Blue #93E5FC
RGB
CMYK
RGB Variations
Color information
#93E5FC (or 0x93E5FC) is known color: Columbia Blue. HEX triplet: 93, E5 and FC. RGB value is (147,229,252). Sum of RGB (Red+Green+Blue) = 147+229+252=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #93E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E5FC is #6C1A03. Grayscale: #CECECE. Windows color (decimal): -7084548 or 16573843. OLE color: 16573843.
HSL color Cylindrical-coordinate representation of color #93E5FC: hue angle of 193.14º 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 #93E5FC is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 229 | 252 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.01 |
| HSL | 193.14º | 0.95% | 0.78% | - |
| HSV(B) | 193.14º | 0.42% | 0.99% | - |
| XYZ | 57.62 | 69.27 | 102.43 | - |
| YUV | 207.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 252 | 0.42 | 0.09 | 0 | 0.01 | 193.14 | 0.95 | 0.78 |
| Hex | 93 | E5 | FC | 2A | 9 | 0 | 1 | C1 | 5F | 4E |
| Octal | 223 | 345 | 374 | 52 | 11 | 0 | 1 | 301 | 137 | 116 |
| Binary | 10010011 | 11100101 | 11111100 | 101010 | 1001 | 0 | 1 | 11000001 | 1011111 | 1001110 |
Color Harmonies of #93E5FC
Complementary color
Monochromatic Colors of #93E5FC
Black with #93E5FC
Text Example
Text Example
White with #93E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5FC; }
p { color: rgb(147,229,252); }
H1.HeaderClassName
{
color: #93E5FC;
}
.AnyTagClassName
{
color: #93E5FC;
}
</style>
background-color css
<style>
a { background-color: #93E5FC; }
a { background-color: rgb(147,229,252); }
div.DivClassName
{
background-color: #93E5FC;
}
.BgClassName
{
background-color: #93E5FC;
}
</style>
border-color css
<style>
span { border-color: #93E5FC; }
span { border-color: rgb(147,229,252); }
td.TdClassName
{
border-color: #93E5FC;
}
.TagClassName
{
border-color: #93E5FC;
}
</style>