#638AAC

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

Shades of Air Force Blue #638AAC

Tints of Air Force Blue #638AAC

Color information

#638AAC (or 0x638AAC) is unknown color: approx Air Force Blue. HEX triplet: 63, 8A and AC. RGB value is (99,138,172). Sum of RGB (Red+Green+Blue) = 99+138+172=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #638AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AAC is #9C7553. Grayscale: #828282. Windows color (decimal): -10253652 or 11307619. OLE color: 11307619.

HSL color Cylindrical-coordinate representation of color #638AAC: hue angle of 207.95º degrees, saturation: 0.31, 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 #638AAC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99138172-
CMYK0.420.2000.33
HSL207.95º30.54%53.14%-
HSV(B)207.95º42.44%67.45%-
XYZ21.6823.8142.48-
YUV130.22151.58105.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=24.21%
G=33.74%
B=42.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991381720.420.2000.33207.9530.5453.14
Hex638AAC2A14021d01f35
Octal14321225452240413203765
Binary110001110001010101011001010101010001000011101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,138,172); }

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

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

 a { background-color: rgb(99,138,172); }

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

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

 span { border-color: rgb(99,138,172); }

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