#638EAA

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

Shades of Air Force Blue #638EAA

Tints of Air Force Blue #638EAA

Color information

#638EAA (or 0x638EAA) is unknown color: approx Air Force Blue. HEX triplet: 63, 8E and AA. RGB value is (99,142,170). Sum of RGB (Red+Green+Blue) = 99+142+170=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #638EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638EAA is #9C7155. Grayscale: #848484. Windows color (decimal): -10252630 or 11177571. OLE color: 11177571.

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

Color convert

RGB99142170-
CMYK0.420.1600.33
HSL203.66º29.46%52.75%-
HSV(B)203.66º41.76%66.67%-
XYZ22.0724.941.67-
YUV132.34149.25104.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=24.09%
G=34.55%
B=41.36%

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
Decimal991421700.420.1600.33203.6629.4652.75
Hex638EAA2A10021cc1d35
Octal14321625252200413143565
Binary110001110001110101010101010101000001000011100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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