#638EAE

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

Shades of Air Force Blue #638EAE

Tints of Air Force Blue #638EAE

Color information

#638EAE (or 0x638EAE) is unknown color: approx Air Force Blue. HEX triplet: 63, 8E and AE. RGB value is (99,142,174). Sum of RGB (Red+Green+Blue) = 99+142+174=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #638EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638EAE is #9C7151. Grayscale: #848484. Windows color (decimal): -10252626 or 11439715. OLE color: 11439715.

HSL color Cylindrical-coordinate representation of color #638EAE: hue angle of 205.6º 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 #638EAE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99142174-
CMYK0.430.1800.32
HSL205.6º31.65%53.53%-
HSV(B)205.6º43.1%68.24%-
XYZ22.4625.0543.7-
YUV132.79151.25103.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.86%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=23.86%
G=34.22%
B=41.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991421740.430.1800.32205.631.6553.53
Hex638EAE2B12020ce2036
Octal14321625653220403164066
Binary1100011100011101010111010101110010010000011001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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