Html Css Color HEX #568BA6 Air Force Blue

📋 copy color: '#568BA6'

red 86 ◦ green 139 ◦ blue 166

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

Shades of Air Force Blue #568BA6

Tints of Air Force Blue #568BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.46%

R = 21.99%
G = 35.55%
B = 42.46%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#568BA6 (or 0x568BA6) is known color: Air Force Blue. HEX triplet: 56, 8B and A6. RGB value is (86,139,166). Sum of RGB (Red+Green+Blue) = 86+139+166=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #568BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BA6 is #A97459. Grayscale: #7E7E7E. Windows color (decimal): -11105370 or 10914646. OLE color: 10914646.

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

Color convert

RGB 86 139 166 -
CMYK 0.48 0.16 0 0.35
HSL 200.25º 0.32% 0.49% -
HSV(B) 200.25º 0.48% 0.65% -
XYZ 19.95 23.2 39.5 -
YUV 126.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 86 139 166 0.48 0.16 0 0.35 200.25 0.32 0.49
Hex 56 8B A6 30 10 0 23 C8 20 31
Octal 126 213 246 60 20 0 43 310 40 61
Binary 1010110 10001011 10100110 110000 10000 0 100011 11001000 100000 110001

Color Harmonies of #568BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BA6

Black with #568BA6

Text Example


Text Example

White with #568BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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