Html Css Color HEX #568CAB Air Force Blue

📋 copy color: '#568CAB'

red 86 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #568CAB

Tints of Air Force Blue #568CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 21.66%
G = 35.26%
B = 43.07%

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

#568CAB (or 0x568CAB) is known color: Air Force Blue. HEX triplet: 56, 8C and AB. RGB value is (86,140,171). Sum of RGB (Red+Green+Blue) = 86+140+171=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #568CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CAB is #A97354. Grayscale: #7F7F7F. Windows color (decimal): -11105109 or 11242582. OLE color: 11242582.

HSL color Cylindrical-coordinate representation of color #568CAB: hue angle of 201.88º 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 #568CAB is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 140 171 -
CMYK 0.50 0.18 0 0.33
HSL 201.88º 0.34% 0.5% -
HSV(B) 201.88º 0.5% 0.67% -
XYZ 20.57 23.67 42.01 -
YUV 127.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 86 140 171 0.50 0.18 0 0.33 201.88 0.34 0.5
Hex 56 8C AB 32 12 0 21 CA 22 32
Octal 126 214 253 62 22 0 41 312 42 62
Binary 1010110 10001100 10101011 110010 10010 0 100001 11001010 100010 110010

Color Harmonies of #568CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CAB

Black with #568CAB

Text Example


Text Example

White with #568CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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