Html Css Color HEX #568AB3 Air Force Blue

📋 copy color: '#568AB3'

red 86 ◦ green 138 ◦ blue 179

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

Shades of Air Force Blue #568AB3

Tints of Air Force Blue #568AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 21.34%
G = 34.24%
B = 44.42%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#568AB3 (or 0x568AB3) is known color: Air Force Blue. HEX triplet: 56, 8A and B3. RGB value is (86,138,179). Sum of RGB (Red+Green+Blue) = 86+138+179=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #568AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AB3 is #A9754C. Grayscale: #7E7E7E. Windows color (decimal): -11105613 or 11766358. OLE color: 11766358.

HSL color Cylindrical-coordinate representation of color #568AB3: hue angle of 206.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568AB3 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 138 179 -
CMYK 0.52 0.23 0 0.30
HSL 206.45º 0.38% 0.52% -
HSV(B) 206.45º 0.52% 0.7% -
XYZ 21.06 23.41 46.06 -
YUV 127.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 86 138 179 0.52 0.23 0 0.30 206.45 0.38 0.52
Hex 56 8A B3 34 17 0 1E CE 26 34
Octal 126 212 263 64 27 0 36 316 46 64
Binary 1010110 10001010 10110011 110100 10111 0 11110 11001110 100110 110100

Color Harmonies of #568AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568AB3

Black with #568AB3

Text Example


Text Example

White with #568AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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