Html Css Color HEX #568BA9 Air Force Blue

📋 copy color: '#568BA9'

red 86 ◦ green 139 ◦ blue 169

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

Shades of Air Force Blue #568BA9

Tints of Air Force Blue #568BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.89%

R = 21.83%
G = 35.28%
B = 42.89%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#568BA9 (or 0x568BA9) is known color: Air Force Blue. HEX triplet: 56, 8B and A9. RGB value is (86,139,169). Sum of RGB (Red+Green+Blue) = 86+139+169=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #568BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BA9 is #A97456. Grayscale: #7E7E7E. Windows color (decimal): -11105367 or 11111254. OLE color: 11111254.

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

Color convert

RGB 86 139 169 -
CMYK 0.49 0.18 0 0.34
HSL 201.69º 0.33% 0.5% -
HSV(B) 201.69º 0.49% 0.66% -
XYZ 20.23 23.31 40.97 -
YUV 126.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 86 139 169 0.49 0.18 0 0.34 201.69 0.33 0.5
Hex 56 8B A9 31 12 0 22 CA 21 32
Octal 126 213 251 61 22 0 42 312 41 62
Binary 1010110 10001011 10101001 110001 10010 0 100010 11001010 100001 110010

Color Harmonies of #568BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BA9

Black with #568BA9

Text Example


Text Example

White with #568BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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