Html Css Color HEX #63889F Air Force Blue

📋 copy color: '#63889F'

red 99 ◦ green 136 ◦ blue 159

#63889F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #63889F

Tints of Air Force Blue #63889F

RGB

 RED value IS 99 (39.06% from 255) = 25.13%

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 25.13%
G = 34.52%
B = 40.36%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63889F (or 0x63889F) is known color: Air Force Blue. HEX triplet: 63, 88 and 9F. RGB value is (99,136,159). Sum of RGB (Red+Green+Blue) = 99+136+159=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #63889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63889F is #9C7760. Grayscale: #7F7F7F. Windows color (decimal): -10254177 or 10455139. OLE color: 10455139.

HSL color Cylindrical-coordinate representation of color #63889F: hue angle of 203º 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 #63889F is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 136 159 -
CMYK 0.38 0.14 0 0.38
HSL 203º 0.24% 0.51% -
HSV(B) 203º 0.38% 0.62% -
XYZ 20.21 22.76 36.13 -
YUV 127.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 99 136 159 0.38 0.14 0 0.38 203 0.24 0.51
Hex 63 88 9F 26 E 0 26 CB 18 33
Octal 143 210 237 46 16 0 46 313 30 63
Binary 1100011 10001000 10011111 100110 1110 0 100110 11001011 11000 110011

Color Harmonies of #63889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63889F

Black with #63889F

Text Example


Text Example

White with #63889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63889F;
 }
 .AnyTagClassName
 {
   color: #63889F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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