#638EAB

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

Shades of Air Force Blue #638EAB

Tints of Air Force Blue #638EAB

Color information

#638EAB (or 0x638EAB) is unknown color: approx Air Force Blue. HEX triplet: 63, 8E and AB. RGB value is (99,142,171). Sum of RGB (Red+Green+Blue) = 99+142+171=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #638EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638EAB is #9C7154. Grayscale: #848484. Windows color (decimal): -10252629 or 11243107. OLE color: 11243107.

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

Color convert

RGB99142171-
CMYK0.420.1700.33
HSL204.17º30%52.94%-
HSV(B)204.17º42.11%67.06%-
XYZ22.1724.9442.17-
YUV132.45149.75104.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=24.03%
G=34.47%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991421710.420.1700.33204.173052.94
Hex638EAB2A11021cc1e35
Octal14321625352210413143665
Binary110001110001110101010111010101000101000011100110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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