Shades of Air Force Blue #5E94AC
Tints of Air Force Blue #5E94AC
RGB
CMYK
RGB Variations
Color information
#5E94AC (or 0x5E94AC) is known color: Air Force Blue. HEX triplet: 5E, 94 and AC. RGB value is (94,148,172). Sum of RGB (Red+Green+Blue) = 94+148+172=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E94AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E94AC is #A16B53. Grayscale: #868686. Windows color (decimal): -10578772 or 11310174. OLE color: 11310174.
HSL color Cylindrical-coordinate representation of color #5E94AC: hue angle of 198.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E94AC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 148 | 172 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.33 |
| HSL | 198.46º | 0.32% | 0.52% | - |
| HSV(B) | 198.46º | 0.45% | 0.67% | - |
| XYZ | 22.65 | 26.54 | 42.96 | - |
| YUV | 134.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 172 | 0.45 | 0.14 | 0 | 0.33 | 198.46 | 0.32 | 0.52 |
| Hex | 5E | 94 | AC | 2D | E | 0 | 21 | C6 | 20 | 34 |
| Octal | 136 | 224 | 254 | 55 | 16 | 0 | 41 | 306 | 40 | 64 |
| Binary | 1011110 | 10010100 | 10101100 | 101101 | 1110 | 0 | 100001 | 11000110 | 100000 | 110100 |
Color Harmonies of #5E94AC
Complementary color
Monochromatic Colors of #5E94AC
Black with #5E94AC
Text Example
Text Example
White with #5E94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E94AC; }
p { color: rgb(94,148,172); }
H1.HeaderClassName
{
color: #5E94AC;
}
.AnyTagClassName
{
color: #5E94AC;
}
</style>
background-color css
<style>
a { background-color: #5E94AC; }
a { background-color: rgb(94,148,172); }
div.DivClassName
{
background-color: #5E94AC;
}
.BgClassName
{
background-color: #5E94AC;
}
</style>
border-color css
<style>
span { border-color: #5E94AC; }
span { border-color: rgb(94,148,172); }
td.TdClassName
{
border-color: #5E94AC;
}
.TagClassName
{
border-color: #5E94AC;
}
</style>