Html Css Color HEX #658DAB Air Force Blue

📋 copy color: '#658DAB'

red 101 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #658DAB

Tints of Air Force Blue #658DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 24.46%
G = 34.14%
B = 41.4%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#658DAB (or 0x658DAB) is known color: Air Force Blue. HEX triplet: 65, 8D and AB. RGB value is (101,141,171). Sum of RGB (Red+Green+Blue) = 101+141+171=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #658DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658DAB is #9A7254. Grayscale: #848484. Windows color (decimal): -10121813 or 11242853. OLE color: 11242853.

HSL color Cylindrical-coordinate representation of color #658DAB: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #658DAB is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 141 171 -
CMYK 0.41 0.18 0 0.33
HSL 205.71º 0.29% 0.53% -
HSV(B) 205.71º 0.41% 0.67% -
XYZ 22.24 24.76 42.13 -
YUV 132.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 101 141 171 0.41 0.18 0 0.33 205.71 0.29 0.53
Hex 65 8D AB 29 12 0 21 CE 1D 35
Octal 145 215 253 51 22 0 41 316 35 65
Binary 1100101 10001101 10101011 101001 10010 0 100001 11001110 11101 110101

Color Harmonies of #658DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DAB

Black with #658DAB

Text Example


Text Example

White with #658DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,141,171); }

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

background-color css

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

 a { background-color: rgb(101,141,171); }

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

border-color css

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

 span { border-color: rgb(101,141,171); }

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