Html Css Color HEX #568DAB Air Force Blue

📋 copy color: '#568DAB'

red 86 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #568DAB

Tints of Air Force Blue #568DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 21.61%
G = 35.43%
B = 42.96%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#568DAB (or 0x568DAB) is known color: Air Force Blue. HEX triplet: 56, 8D and AB. RGB value is (86,141,171). Sum of RGB (Red+Green+Blue) = 86+141+171=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #568DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568DAB is #A97254. Grayscale: #7F7F7F. Windows color (decimal): -11104853 or 11242838. OLE color: 11242838.

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

Color convert

RGB 86 141 171 -
CMYK 0.50 0.18 0 0.33
HSL 201.18º 0.34% 0.5% -
HSV(B) 201.18º 0.5% 0.67% -
XYZ 20.71 23.97 42.06 -
YUV 127.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 86 141 171 0.50 0.18 0 0.33 201.18 0.34 0.5
Hex 56 8D AB 32 12 0 21 C9 22 32
Octal 126 215 253 62 22 0 41 311 42 62
Binary 1010110 10001101 10101011 110010 10010 0 100001 11001001 100010 110010

Color Harmonies of #568DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568DAB

Black with #568DAB

Text Example


Text Example

White with #568DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,141,171); }

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

background-color css

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

 a { background-color: rgb(86,141,171); }

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

border-color css

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

 span { border-color: rgb(86,141,171); }

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