#638BAE

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

Shades of Air Force Blue #638BAE

Tints of Air Force Blue #638BAE

Color information

#638BAE (or 0x638BAE) is unknown color: approx Air Force Blue. HEX triplet: 63, 8B and AE. RGB value is (99,139,174). Sum of RGB (Red+Green+Blue) = 99+139+174=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #638BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638BAE is #9C7451. Grayscale: #828282. Windows color (decimal): -10253394 or 11438947. OLE color: 11438947.

HSL color Cylindrical-coordinate representation of color #638BAE: hue angle of 208º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #638BAE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99139174-
CMYK0.430.2000.32
HSL208º31.65%53.53%-
HSV(B)208º43.1%68.24%-
XYZ22.0224.1743.55-
YUV131.03152.25105.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=24.03%
G=33.74%
B=42.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991391740.430.2000.3220831.6553.53
Hex638BAE2B14020d02036
Octal14321325653240403204066
Binary1100011100010111010111010101110100010000011010000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,139,174); }

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

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

 a { background-color: rgb(99,139,174); }

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

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

 span { border-color: rgb(99,139,174); }

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