Html Css Color HEX #568CA6 Air Force Blue

📋 copy color: '#568CA6'

red 86 ◦ green 140 ◦ blue 166

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

Shades of Air Force Blue #568CA6

Tints of Air Force Blue #568CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 21.94%
G = 35.71%
B = 42.35%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#568CA6 (or 0x568CA6) is known color: Air Force Blue. HEX triplet: 56, 8C and A6. RGB value is (86,140,166). Sum of RGB (Red+Green+Blue) = 86+140+166=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 166 - color contains mainly: blue. Hex color #568CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568CA6 is #A97359. Grayscale: #7E7E7E. Windows color (decimal): -11105114 or 10914902. OLE color: 10914902.

HSL color Cylindrical-coordinate representation of color #568CA6: hue angle of 199.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #568CA6 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 140 166 -
CMYK 0.48 0.16 0 0.35
HSL 199.5º 0.32% 0.49% -
HSV(B) 199.5º 0.48% 0.65% -
XYZ 20.1 23.49 39.55 -
YUV 126.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 86 140 166 0.48 0.16 0 0.35 199.5 0.32 0.49
Hex 56 8C A6 30 10 0 23 C8 20 31
Octal 126 214 246 60 20 0 43 310 40 61
Binary 1010110 10001100 10100110 110000 10000 0 100011 11001000 100000 110001

Color Harmonies of #568CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CA6

Black with #568CA6

Text Example


Text Example

White with #568CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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