#638FAA

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

Shades of Air Force Blue #638FAA

Tints of Air Force Blue #638FAA

Color information

#638FAA (or 0x638FAA) is unknown color: approx Air Force Blue. HEX triplet: 63, 8F and AA. RGB value is (99,143,170). Sum of RGB (Red+Green+Blue) = 99+143+170=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #638FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FAA is #9C7055. Grayscale: #848484. Windows color (decimal): -10252374 or 11177827. OLE color: 11177827.

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

Color convert

RGB99143170-
CMYK0.420.1600.33
HSL202.82º29.46%52.75%-
HSV(B)202.82º41.76%66.67%-
XYZ22.2225.241.72-
YUV132.92148.92103.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=24.03%
G=34.71%
B=41.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991431700.420.1600.33202.8229.4652.75
Hex638FAA2A10021cb1d35
Octal14321725252200413133565
Binary110001110001111101010101010101000001000011100101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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