Html Css Color HEX #568AAB Air Force Blue

📋 copy color: '#568AAB'

red 86 ◦ green 138 ◦ blue 171

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

Shades of Air Force Blue #568AAB

Tints of Air Force Blue #568AAB

RGB

 RED value IS 86 (33.98% from 255) = 21.77%

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 21.77%
G = 34.94%
B = 43.29%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#568AAB (or 0x568AAB) is known color: Air Force Blue. HEX triplet: 56, 8A and AB. RGB value is (86,138,171). Sum of RGB (Red+Green+Blue) = 86+138+171=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #568AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568AAB is #A97554. Grayscale: #7E7E7E. Windows color (decimal): -11105621 or 11242070. OLE color: 11242070.

HSL color Cylindrical-coordinate representation of color #568AAB: hue angle of 203.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #568AAB is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 138 171 -
CMYK 0.50 0.19 0 0.33
HSL 203.29º 0.34% 0.5% -
HSV(B) 203.29º 0.5% 0.67% -
XYZ 20.28 23.1 41.92 -
YUV 126.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 86 138 171 0.50 0.19 0 0.33 203.29 0.34 0.5
Hex 56 8A AB 32 13 0 21 CB 22 32
Octal 126 212 253 62 23 0 41 313 42 62
Binary 1010110 10001010 10101011 110010 10011 0 100001 11001011 100010 110010

Color Harmonies of #568AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568AAB

Black with #568AAB

Text Example


Text Example

White with #568AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568AAB; }

 p { color: rgb(86,138,171); }

 H1.HeaderClassName
 {
   color: #568AAB;
 }
 .AnyTagClassName
 {
   color: #568AAB;
 }
</style>

background-color css

<style>
 a { background-color: #568AAB; }

 a { background-color: rgb(86,138,171); }

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

border-color css

<style>
 span { border-color: #568AAB; }

 span { border-color: rgb(86,138,171); }

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