#588FAA

Color #588FAA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #588FAA

Tints of Air Force Blue #588FAA

Color information

#588FAA (or 0x588FAA) is unknown color: approx Air Force Blue. HEX triplet: 58, 8F and AA. RGB value is (88,143,170). Sum of RGB (Red+Green+Blue) = 88+143+170=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #588FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588FAA is #A77055. Grayscale: #818181. Windows color (decimal): -10973270 or 11177816. OLE color: 11177816.

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

Color convert

RGB88143170-
CMYK0.480.1600.33
HSL199.76º32.54%50.59%-
HSV(B)199.76º48.24%66.67%-
XYZ21.124.6241.67-
YUV129.63150.7898.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.95%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=21.95%
G=35.66%
B=42.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881431700.480.1600.33199.7632.5450.59
Hex588FAA3010021c82133
Octal13021725260200413104163
Binary1011000100011111010101011000010000010000111001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #588FAA;
 }
 .AnyTagClassName
 {
   color: #588FAA;
 }
</style>
background-color css

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

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

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

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

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

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