#638FAC

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

Shades of Air Force Blue #638FAC

Tints of Air Force Blue #638FAC

Color information

#638FAC (or 0x638FAC) is unknown color: approx Air Force Blue. HEX triplet: 63, 8F and AC. RGB value is (99,143,172). Sum of RGB (Red+Green+Blue) = 99+143+172=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #638FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FAC is #9C7053. Grayscale: #848484. Windows color (decimal): -10252372 or 11308899. OLE color: 11308899.

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

Color convert

RGB99143172-
CMYK0.420.1700.33
HSL203.84º30.54%53.14%-
HSV(B)203.84º42.44%67.45%-
XYZ22.4125.2842.73-
YUV133.15149.92103.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=23.91%
G=34.54%
B=41.55%

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
Decimal991431720.420.1700.33203.8430.5453.14
Hex638FAC2A11021cc1f35
Octal14321725452210413143765
Binary110001110001111101011001010101000101000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,143,172); }

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

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

 a { background-color: rgb(99,143,172); }

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

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

 span { border-color: rgb(99,143,172); }

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