#63899F

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

Shades of Air Force Blue #63899F

Tints of Air Force Blue #63899F

Color information

#63899F (or 0x63899F) is unknown color: approx Air Force Blue. HEX triplet: 63, 89 and 9F. RGB value is (99,137,159). Sum of RGB (Red+Green+Blue) = 99+137+159=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #63899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63899F is #9C7660. Grayscale: #808080. Windows color (decimal): -10253921 or 10455395. OLE color: 10455395.

HSL color Cylindrical-coordinate representation of color #63899F: hue angle of 202º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63899F is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99137159-
CMYK0.380.1400.38
HSL202º23.81%50.59%-
HSV(B)202º37.74%62.35%-
XYZ20.3523.0536.18-
YUV128.15145.41107.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=25.06%
G=34.68%
B=40.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991371590.380.1400.3820223.8150.59
Hex63899F26E026ca1833
Octal14321123746160463123063
Binary11000111000100110011111100110111001001101100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63899F; }

 p { color: rgb(99,137,159); }

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

<style>
 a { background-color: #63899F; }

 a { background-color: rgb(99,137,159); }

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

<style>
 span { border-color: #63899F; }

 span { border-color: rgb(99,137,159); }

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