Shades of Columbia Blue #93EAFC
Tints of Columbia Blue #93EAFC
RGB
CMYK
RGB Variations
Color information
#93EAFC (or 0x93EAFC) is known color: Columbia Blue. HEX triplet: 93, EA and FC. RGB value is (147,234,252). Sum of RGB (Red+Green+Blue) = 147+234+252=633 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.22% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #93EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAFC is #6C1503. Grayscale: #D1D1D1. Windows color (decimal): -7083268 or 16575123. OLE color: 16575123.
HSL color Cylindrical-coordinate representation of color #93EAFC: hue angle of 190.29º 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 #93EAFC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 234 | 252 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.01 |
| HSL | 190.29º | 0.95% | 0.78% | - |
| HSV(B) | 190.29º | 0.42% | 0.99% | - |
| XYZ | 59.03 | 72.08 | 102.9 | - |
| YUV | 210.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 252 | 0.42 | 0.07 | 0 | 0.01 | 190.29 | 0.95 | 0.78 |
| Hex | 93 | EA | FC | 2A | 7 | 0 | 1 | BE | 5F | 4E |
| Octal | 223 | 352 | 374 | 52 | 7 | 0 | 1 | 276 | 137 | 116 |
| Binary | 10010011 | 11101010 | 11111100 | 101010 | 111 | 0 | 1 | 10111110 | 1011111 | 1001110 |
Color Harmonies of #93EAFC
Complementary color
Monochromatic Colors of #93EAFC
Black with #93EAFC
Text Example
Text Example
White with #93EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EAFC; }
p { color: rgb(147,234,252); }
H1.HeaderClassName
{
color: #93EAFC;
}
.AnyTagClassName
{
color: #93EAFC;
}
</style>
background-color css
<style>
a { background-color: #93EAFC; }
a { background-color: rgb(147,234,252); }
div.DivClassName
{
background-color: #93EAFC;
}
.BgClassName
{
background-color: #93EAFC;
}
</style>
border-color css
<style>
span { border-color: #93EAFC; }
span { border-color: rgb(147,234,252); }
td.TdClassName
{
border-color: #93EAFC;
}
.TagClassName
{
border-color: #93EAFC;
}
</style>