Shades of Columbia Blue #93EAFE
Tints of Columbia Blue #93EAFE
RGB
CMYK
RGB Variations
Color information
#93EAFE (or 0x93EAFE) is known color: Columbia Blue. HEX triplet: 93, EA and FE. RGB value is (147,234,254). Sum of RGB (Red+Green+Blue) = 147+234+254=635 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.15% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #93EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAFE is #6C1501. Grayscale: #D2D2D2. Windows color (decimal): -7083266 or 16706195. OLE color: 16706195.
HSL color Cylindrical-coordinate representation of color #93EAFE: hue angle of 191.21º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93EAFE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 234 | 254 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.00 |
| HSL | 191.22º | 0.98% | 0.79% | - |
| HSV(B) | 191.22º | 0.42% | 1% | - |
| XYZ | 59.34 | 72.2 | 104.58 | - |
| YUV | 210.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 254 | 0.42 | 0.08 | 0 | 0.00 | 191.22 | 0.98 | 0.79 |
| Hex | 93 | EA | FE | 2A | 8 | 0 | 0 | BF | 62 | 4F |
| Octal | 223 | 352 | 376 | 52 | 10 | 0 | 0 | 277 | 142 | 117 |
| Binary | 10010011 | 11101010 | 11111110 | 101010 | 1000 | 0 | 0 | 10111111 | 1100010 | 1001111 |
Color Harmonies of #93EAFE
Complementary color
Monochromatic Colors of #93EAFE
Black with #93EAFE
Text Example
Text Example
White with #93EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EAFE; }
p { color: rgb(147,234,254); }
H1.HeaderClassName
{
color: #93EAFE;
}
.AnyTagClassName
{
color: #93EAFE;
}
</style>
background-color css
<style>
a { background-color: #93EAFE; }
a { background-color: rgb(147,234,254); }
div.DivClassName
{
background-color: #93EAFE;
}
.BgClassName
{
background-color: #93EAFE;
}
</style>
border-color css
<style>
span { border-color: #93EAFE; }
span { border-color: rgb(147,234,254); }
td.TdClassName
{
border-color: #93EAFE;
}
.TagClassName
{
border-color: #93EAFE;
}
</style>