Html Css Color HEX #568BA7 Air Force Blue

📋 copy color: '#568BA7'

red 86 ◦ green 139 ◦ blue 167

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

Shades of Air Force Blue #568BA7

Tints of Air Force Blue #568BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 21.94%
G = 35.46%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#568BA7 (or 0x568BA7) is known color: Air Force Blue. HEX triplet: 56, 8B and A7. RGB value is (86,139,167). Sum of RGB (Red+Green+Blue) = 86+139+167=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #568BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BA7 is #A97458. Grayscale: #7E7E7E. Windows color (decimal): -11105369 or 10980182. OLE color: 10980182.

HSL color Cylindrical-coordinate representation of color #568BA7: hue angle of 200.74º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #568BA7 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 139 167 -
CMYK 0.49 0.17 0 0.35
HSL 200.74º 0.32% 0.5% -
HSV(B) 200.74º 0.49% 0.65% -
XYZ 20.05 23.23 39.99 -
YUV 126.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 86 139 167 0.49 0.17 0 0.35 200.74 0.32 0.5
Hex 56 8B A7 31 11 0 23 C9 20 32
Octal 126 213 247 61 21 0 43 311 40 62
Binary 1010110 10001011 10100111 110001 10001 0 100011 11001001 100000 110010

Color Harmonies of #568BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BA7

Black with #568BA7

Text Example


Text Example

White with #568BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,139,167); }

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

background-color css

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

 a { background-color: rgb(86,139,167); }

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

border-color css

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

 span { border-color: rgb(86,139,167); }

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