Html Css Color HEX #568AB2 Air Force Blue

📋 copy color: '#568AB2'

red 86 ◦ green 138 ◦ blue 178

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

Shades of Air Force Blue #568AB2

Tints of Air Force Blue #568AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 21.39%
G = 34.33%
B = 44.28%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#568AB2 (or 0x568AB2) is known color: Air Force Blue. HEX triplet: 56, 8A and B2. RGB value is (86,138,178). Sum of RGB (Red+Green+Blue) = 86+138+178=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #568AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568AB2 is #A9754D. Grayscale: #7E7E7E. Windows color (decimal): -11105614 or 11700822. OLE color: 11700822.

HSL color Cylindrical-coordinate representation of color #568AB2: hue angle of 206.09º degrees, saturation: 0.37, 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 #568AB2 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 138 178 -
CMYK 0.52 0.22 0 0.30
HSL 206.09º 0.37% 0.52% -
HSV(B) 206.09º 0.52% 0.7% -
XYZ 20.96 23.37 45.53 -
YUV 127.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 86 138 178 0.52 0.22 0 0.30 206.09 0.37 0.52
Hex 56 8A B2 34 16 0 1E CE 25 34
Octal 126 212 262 64 26 0 36 316 45 64
Binary 1010110 10001010 10110010 110100 10110 0 11110 11001110 100101 110100

Color Harmonies of #568AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568AB2

Black with #568AB2

Text Example


Text Example

White with #568AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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