#638EB4

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

Shades of Air Force Blue #638EB4

Tints of Air Force Blue #638EB4

Color information

#638EB4 (or 0x638EB4) is unknown color: approx Air Force Blue. HEX triplet: 63, 8E and B4. RGB value is (99,142,180). Sum of RGB (Red+Green+Blue) = 99+142+180=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #638EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EB4 is #9C714B. Grayscale: #858585. Windows color (decimal): -10252620 or 11832931. OLE color: 11832931.

HSL color Cylindrical-coordinate representation of color #638EB4: hue angle of 208.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638EB4 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99142180-
CMYK0.450.2100.29
HSL208.15º35.06%54.71%-
HSV(B)208.15º45%70.59%-
XYZ23.0625.2946.85-
YUV133.48154.25103.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=23.52%
G=33.73%
B=42.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991421800.450.2100.29208.1535.0654.71
Hex638EB42D1501Dd02337
Octal14321626455250353204367
Binary110001110001110101101001011011010101110111010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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