Shades of Columbia Blue #93ECFD
Tints of Columbia Blue #93ECFD
RGB
CMYK
RGB Variations
Color information
#93ECFD (or 0x93ECFD) is known color: Columbia Blue. HEX triplet: 93, EC and FD. RGB value is (147,236,253). Sum of RGB (Red+Green+Blue) = 147+236+253=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #93ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECFD is #6C1302. Grayscale: #D3D3D3. Windows color (decimal): -7082755 or 16641171. OLE color: 16641171.
HSL color Cylindrical-coordinate representation of color #93ECFD: hue angle of 189.62º degrees, saturation: 0.96, 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 #93ECFD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 236 | 253 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.01 |
| HSL | 189.62º | 0.96% | 0.78% | - |
| HSV(B) | 189.62º | 0.42% | 0.99% | - |
| XYZ | 59.76 | 73.29 | 103.92 | - |
| YUV | 211.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 253 | 0.42 | 0.07 | 0 | 0.01 | 189.62 | 0.96 | 0.78 |
| Hex | 93 | EC | FD | 2A | 7 | 0 | 1 | BE | 60 | 4E |
| Octal | 223 | 354 | 375 | 52 | 7 | 0 | 1 | 276 | 140 | 116 |
| Binary | 10010011 | 11101100 | 11111101 | 101010 | 111 | 0 | 1 | 10111110 | 1100000 | 1001110 |
Color Harmonies of #93ECFD
Complementary color
Monochromatic Colors of #93ECFD
Black with #93ECFD
Text Example
Text Example
White with #93ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECFD; }
p { color: rgb(147,236,253); }
H1.HeaderClassName
{
color: #93ECFD;
}
.AnyTagClassName
{
color: #93ECFD;
}
</style>
background-color css
<style>
a { background-color: #93ECFD; }
a { background-color: rgb(147,236,253); }
div.DivClassName
{
background-color: #93ECFD;
}
.BgClassName
{
background-color: #93ECFD;
}
</style>
border-color css
<style>
span { border-color: #93ECFD; }
span { border-color: rgb(147,236,253); }
td.TdClassName
{
border-color: #93ECFD;
}
.TagClassName
{
border-color: #93ECFD;
}
</style>