#638DAB

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

Shades of Air Force Blue #638DAB

Tints of Air Force Blue #638DAB

Color information

#638DAB (or 0x638DAB) is unknown color: approx Air Force Blue. HEX triplet: 63, 8D and AB. RGB value is (99,141,171). Sum of RGB (Red+Green+Blue) = 99+141+171=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #638DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DAB is #9C7254. Grayscale: #838383. Windows color (decimal): -10252885 or 11242851. OLE color: 11242851.

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

Color convert

RGB99141171-
CMYK0.420.1800.33
HSL205º30%52.94%-
HSV(B)205º42.11%67.06%-
XYZ22.0224.6442.12-
YUV131.86150.09104.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=24.09%
G=34.31%
B=41.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991411710.420.1800.332053052.94
Hex638DAB2A12021cd1e35
Octal14321525352220413153665
Binary110001110001101101010111010101001001000011100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,171); }

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

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

 a { background-color: rgb(99,141,171); }

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

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

 span { border-color: rgb(99,141,171); }

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