Html Css Color HEX #568CAF Air Force Blue

📋 copy color: '#568CAF'

red 86 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #568CAF

Tints of Air Force Blue #568CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 21.45%
G = 34.91%
B = 43.64%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#568CAF (or 0x568CAF) is known color: Air Force Blue. HEX triplet: 56, 8C and AF. RGB value is (86,140,175). Sum of RGB (Red+Green+Blue) = 86+140+175=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #568CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CAF is #A97350. Grayscale: #7F7F7F. Windows color (decimal): -11105105 or 11504726. OLE color: 11504726.

HSL color Cylindrical-coordinate representation of color #568CAF: hue angle of 203.6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #568CAF is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 140 175 -
CMYK 0.51 0.2 0 0.31
HSL 203.6º 0.36% 0.51% -
HSV(B) 203.6º 0.51% 0.69% -
XYZ 20.95 23.83 44.05 -
YUV 127.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 86 140 175 0.51 0.2 0 0.31 203.6 0.36 0.51
Hex 56 8C AF 33 14 0 1F CC 24 33
Octal 126 214 257 63 24 0 37 314 44 63
Binary 1010110 10001100 10101111 110011 10100 0 11111 11001100 100100 110011

Color Harmonies of #568CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CAF

Black with #568CAF

Text Example


Text Example

White with #568CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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