Html Css Color HEX #658FAE Air Force Blue

📋 copy color: '#658FAE'

red 101 ◦ green 143 ◦ blue 174

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

Shades of Air Force Blue #658FAE

Tints of Air Force Blue #658FAE

RGB

 RED value IS 101 (39.84% from 255) = 24.16%

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 24.16%
G = 34.21%
B = 41.63%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#658FAE (or 0x658FAE) is known color: Air Force Blue. HEX triplet: 65, 8F and AE. RGB value is (101,143,174). Sum of RGB (Red+Green+Blue) = 101+143+174=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #658FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FAE is #9A7051. Grayscale: #858585. Windows color (decimal): -10121298 or 11439973. OLE color: 11439973.

HSL color Cylindrical-coordinate representation of color #658FAE: hue angle of 205.48º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #658FAE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 143 174 -
CMYK 0.42 0.18 0 0.32
HSL 205.48º 0.31% 0.54% -
HSV(B) 205.48º 0.42% 0.68% -
XYZ 22.83 25.47 43.76 -
YUV 133.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 101 143 174 0.42 0.18 0 0.32 205.48 0.31 0.54
Hex 65 8F AE 2A 12 0 20 CD 1F 36
Octal 145 217 256 52 22 0 40 315 37 66
Binary 1100101 10001111 10101110 101010 10010 0 100000 11001101 11111 110110

Color Harmonies of #658FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FAE

Black with #658FAE

Text Example


Text Example

White with #658FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658FAE; }

 p { color: rgb(101,143,174); }

 H1.HeaderClassName
 {
   color: #658FAE;
 }
 .AnyTagClassName
 {
   color: #658FAE;
 }
</style>

background-color css

<style>
 a { background-color: #658FAE; }

 a { background-color: rgb(101,143,174); }

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

border-color css

<style>
 span { border-color: #658FAE; }

 span { border-color: rgb(101,143,174); }

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