Html Css Color HEX #548FAA Air Force Blue

📋 copy color: '#548FAA'

red 84 ◦ green 143 ◦ blue 170

#548FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #548FAA

Tints of Air Force Blue #548FAA

RGB

 RED value IS 84 (33.2% from 255) = 21.16%

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 21.16%
G = 36.02%
B = 42.82%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#548FAA (or 0x548FAA) is known color: Air Force Blue. HEX triplet: 54, 8F and AA. RGB value is (84,143,170). Sum of RGB (Red+Green+Blue) = 84+143+170=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #548FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAA is #AB7055. Grayscale: #808080. Windows color (decimal): -11235414 or 11177812. OLE color: 11177812.

HSL color Cylindrical-coordinate representation of color #548FAA: hue angle of 198.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548FAA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 143 170 -
CMYK 0.51 0.16 0 0.33
HSL 198.84º 0.34% 0.5% -
HSV(B) 198.84º 0.51% 0.67% -
XYZ 20.73 24.43 41.65 -
YUV 128.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 84 143 170 0.51 0.16 0 0.33 198.84 0.34 0.5
Hex 54 8F AA 33 10 0 21 C7 22 32
Octal 124 217 252 63 20 0 41 307 42 62
Binary 1010100 10001111 10101010 110011 10000 0 100001 11000111 100010 110010

Color Harmonies of #548FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FAA

Black with #548FAA

Text Example


Text Example

White with #548FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548FAA; }

 p { color: rgb(84,143,170); }

 H1.HeaderClassName
 {
   color: #548FAA;
 }
 .AnyTagClassName
 {
   color: #548FAA;
 }
</style>

background-color css

<style>
 a { background-color: #548FAA; }

 a { background-color: rgb(84,143,170); }

 div.DivClassName
 {
   background-color: #548FAA;
 }
 .BgClassName
 {
   background-color: #548FAA;
 }
</style>

border-color css

<style>
 span { border-color: #548FAA; }

 span { border-color: rgb(84,143,170); }

 td.TdClassName
 {
   border-color: #548FAA;
 }
 .TagClassName
 {
   border-color: #548FAA;
 }
</style>